Header too height for the slider (Parallax me)

Home Forums All Other Themes Header too height for the slider (Parallax me)

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #48483
    Valerie THENOTValerie THENOT
    Member
    • Topics: 8
    • Replies: 8
    • Total: 16
    Member since: September 17, 2014

    Hi,
    I have a height header with the logo size and the tagline and all the slider is truncated.
    https://www.associationemma.com/WP/
    Could you help me to improve this header. The best would be to have the menu aligned with the tagline. Actually the menu is under the tagline.
    Also I have replaced all red by blue color for the fonts but I still have red in the title of the menu. I think the red appears on the link when I load the entire home page. I could not find where to change this.
    Thank you very much for your help,
    Valérie

    #48546
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi Valerie,

    Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    .show-bg .logo{width:auto !important;}
    .show-bg nav ul li a{padding:15px 5px !important;}
    header br{display:none;}

    Regards,
    Dave

    #48549
    Valerie THENOTValerie THENOT
    Member
    • Topics: 8
    • Replies: 8
    • Total: 16
    Member since: September 17, 2014

    Hi Dave,
    Thank you for your response.
    I added the code. It looks better, but I still have problem :
    – on the computer, the text is red and I want it in blue. I have changed all color in the basic settings. I don’t see where I can make other correction.
    – if I open the home page on my smartphone. The menu is not correctly displayed.
    Could you help again ?
    Thanks,

    Valérie

    #48557
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi Valerie,

    Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    @media screen and (max-width:767px){
    header br{display:block;}
    .mobile_nav{margin-top:25px;}
    .show-bg nav ul li a{display:block;}
    }

    I didn’t find the red text on homepage. Could you please tell me the section where red text appears.

    Regards,
    Dave

    #48567
    Valerie THENOTValerie THENOT
    Member
    • Topics: 8
    • Replies: 8
    • Total: 16
    Member since: September 17, 2014

    Thank you so much Dave !
    For the red text, I added the code .current_page_item{color#13badd;} and it looks ok now.
    Valérie

    #48568
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Okay great 🙂

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