Viewing 28 posts - 1 through 28 (of 28 total)
  • Author
    Posts
  • #975251

    Hi,
    Thank you for resolving the issue on the home page. Further down the page there is a black and white image with a red pencil. I would also like to bring the text up beyond the pencil so that it is legible. Please can you kindly send me the code for it?

    This is the code I was given for the first image on the home page and that worked great. Does this apply to all section of parallax or can I individually modify different sections?

    .slideshow_caption p, .slideshow_caption h2{
    margin-top:100px!important;
    }

    Kind regards,
    Maya

    #975429

    Hey mayamaria,

    Adjust the code to the following:

    #fullscreen_slider_3 .slideshow_caption p, .slideshow_caption h2{
    margin-top:-100px!important;
    }

    Best regards,
    Jordan Shannon

    #975894

    Hi Jordan,

    Thank you for your email. I tried the code but the text “How can we help” is still on the image of the pencils. Would like to move it so that it shows above the red pencil.

    Thank you,
    Maya

    #975956

    Hi Maya,

    You can play with the margin and work out the value that works for you:

    
    #fullscreen_slider_3 .slideshow_caption p, .slideshow_caption h2 {
      margin-top:-120px!important;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #982063

    Hi,

    I would like to change just the colour of the Submit button font to black. Right now the font is white on a white background but I want to keep the other fonts in white.

    Thank you,
    Maya

    #982206

    Hi,

    Add this to quick css:

    .form_element .button{
    color:#000!important;
    }

    Best regards,
    Jordan Shannon

    #983030

    Hi,

    Thank you for the solution!

    Next, is there a way to place a white semi transparent background just behind the main menu so that the fonts a re easier to read?

    Thanks,
    Maya

    #983238

    Hi,

    the /home returns a 404error and http://readsojourn.com/ is not going anywhere.
    Can you check?

    Best regards,
    Basilis

    #983245

    Hi,

    Try this.

    Thanks.

    #983248

    Hi Basillis,

    Try this please.

    Thanks,
    Maya

    #983300

    Hi,

    Add this to quick css:

    #header_main_alternate .container{
          background: rgba(255, 255, 255 ,0.5)!important;
    }

    Best regards,
    Jordan Shannon

    #983320

    Hi Jordan,

    Thanks, great. Is there a way to extend this bar all they across the top?

    Thanks!
    Maya

    #983325

    Hi,

    It already extends the width of the page, unless I’m misunderstanding what you mean.

    Best regards,
    Jordan Shannon

    #983334

    When I see full screen (27in) the white translucent bar does not go all the way across the page in terms of the width. Does that makes sense?

    #983339

    Also just noticed that on the safari browser I can see the white bar, however, on the chrome it doesn’t show…

    #983341

    Hi,

    Can you add a screenshot?

    Best regards,
    Jordan Shannon

    #983344

    /Users/maya_spinazzi/Desktop/Screen Shot 2018-07-09 at 18.18.25.png

    #983347

    This one is Chrome.
    /Users/maya_spinazzi/Desktop/Screen Shot 2018-07-09 at 18.19.15.png

    #983354

    Hi,

    I would need a url link. However, it should work in Chrome as that is the browser I am coding on. Have you made sure to clear your cache a few times over in that browser?

    Best regards,
    Jordan Shannon

    #983356

    URL to the screenshot? Otherwise the url is the same as before. Not at the desk at the moment.

    #983372

    Hi,

    Yes, I’m not able to access it via the “users/” url provided. In the meantime try this in quick css:

    #header_main_alternate .container{
          background: rgba(255, 255, 255 ,0.5)!important;
          width:100%!important;
    }

    Best regards,
    Jordan Shannon

    #983526

    Hi Jordan,

    Thanks but I am still getting the same result.

    /Users/maya_spinazzi/Desktop/Screen Shot 2018-07-10 at 07.19.13.png

    #983741

    Hi Jordan,

    Any luck on the above?

    Also, How can a make the newsletter box smaller on the footer. I will attach a screen shot.
    /Users/mayaspinazzi/Desktop/Screen Shot 2018-07-10 at 15.55.40.png

    #983763

    Hi mayamaria,

    We cannot access your screenshots. Please upload them to a service like Dropbox or https://imgur.com/upload and give us the links here.

    Best regards,
    Victoria

    #983775

    To who do I give the access though through drop box? Can you please give me a more specific instruction?

    In any case the question about the newsletter box reduction size in the footer request probably doesn’t require a screen shot.

    I am also still waiting to hear a resolution regarding the menu width please?

    Thank you.

    #984571

    Hi mayamaria,

    You can just add images to the public folder.

    Here is the code for the newsletter form you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .gem-form-wrapper {
      width: 55%;
    }
    

    Cna you please describe again what the issue with the menu is?

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #984660

    Hi Victoria,

    Thank you for the code it worked perfectly.

    For the menu bar, when viewed full screen (27 in), the white bar doesn’t go all the way across the top. I would like it to go all the way across.

    Hope that makes sense.

    Thanks,
    Maya

    #986607

    Hi,

    I just checked and I can see it stretching across all screen. It is a 26” although, but I do not think that there is a way to be it smaller.

    Best regards,
    Basilis

Viewing 28 posts - 1 through 28 (of 28 total)
  • You must be logged in to reply to this topic.