Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #263324
    shawn.hassell
    Participant

    I need to add black to the background of the Navigation menu. Its the primary menu in the top right. We want a black bar behind it so the text shows better on rotating pictures.

    Could you please provide some CSS code for that?

    #263326
    shawn.hassell
    Participant

    Here is the website if it helps https://kayakanglersofva.com

    #263343
    Skandha
    Participant

    @shawn-hassell: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #site-navigation {
        background-color: rgba(0,0,0,0.6);
    }

    You can change the opacity of the background by altering the last value of 0.6 to 0-1.

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #263428
    shawn.hassell
    Participant

    Thank you, that worked perfectly.

    #263429
    shawn.hassell
    Participant

    I am also running into the same problem with the Page titles. I thought I had it narrowed down but cannot find the correct tag.

    #263432
    shawn.hassell
    Participant

    I was just able to sort out the page titles.

    .section-title {
    		background-color: rgba(0,0,0,0.6);
    }
    #263443
    Skandha
    Participant

    @shawn-hassell: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/photofocus/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    #263449
    shawn.hassell
    Participant

    I will leave a great review.

    I have one more question… we want the menu set up in a way that the dropdowns titles are not links to pages, instead just the heading in the menu. Like under the “Home” I only want those 3 items clickable…

    #263452
    shawn.hassell
    Participant

    I found a solution, you can find it here

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Navigation menu background color’ is closed to new replies.