This topic has 4 replies, 2 voices, and was last updated 8 years by sharmstr.

  • Author
  • #95973
     rreyes7658
    Participant

    Can someone tell me how to change the background color of each menu section individually? Example is attach.

    Attachments:
    You must be logged in to view attached files.
    #96185
     sharmstr
    Moderator

    Go into your menu item and add a css class. If you dont see this option, click on Screen Options in the upper right hand corner and enable it. Also, make sure its something unique (blog-menu instead of blog). Then add the appropriate css to Theme Options > General > Quick Css.

    Example

    CSS Class: blog-menu

    Quick CSS:

    COPY CODE
    
    .blog-menu {
        background-color: red;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #96289
     rreyes7658
    Participant

    Nice. It worked. I was writing the CSS code straight on the child theme and it didn’t do anything.

    For other people reference, to change the font color of each section use:

    Example.

    .blog-menu a {
    color: white;
    }

    #96292
     rreyes7658
    Participant

    Thanks Sharmstr!

    #96293
     sharmstr
    Moderator

    You’re welcome

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?