Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1157041

    Hello Support,

    How would I change the style for page builder widget menu style. Right now it looks like thisLink

    Where would i located the settings to change it to this Link

    See live links below

    #1157323

    Hey micom6150,

    https://cl.ly/37ad01ee104e We cannot see the screenshots, can you please upload screenshots to a service like Dropbox or http://imgur.com and give us the links here.

    Best regards,
    Victoria

    #1157329

    Hello, Ok here are the links . Can you see these?

    #1158463

    Hi micom6150,

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

    
    html #top .all_colors #nav_menu-2 .widgettitle {
        margin-bottom: 0;
        background-color: orange;
        margin-top: 0;
        border: none;
        color: #fff;
        font-weight: bold;
        padding-left: 20px;
    }
    html #top .all_colors #nav_menu-2 li {
        margin-top: 2px;
        background-color: #ebe9e9;
        border: none;
    }
    html #top .all_colors #nav_menu-2 li a {
            color: #666;
            text-transform: uppercase;
            font-size: 16px;
            font-weight: bold;
            padding-left: 20px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1158626

    Wow, Looks great. Is there a way to have the page we are located on have the rectangular background color of yellow?

    #1158641

    Hi,

    You mean for the sidebar widget?

    Best regards,
    Jordan Shannon

    #1158668

    Correct, on the posted pages. Victoria provided some helpful code but was wondering how to make the selected page a user is currently on have a yellow backgournd in the rectangle.

    #1158679

    Hi,

    I see. Add this to quick css:

    #menu-services-sidebar .current-menu-item {
    background:orange!important;
    }

    Best regards,
    Jordan Shannon

    #1158940

    Great, that worked. Way to go Jordan! how would I make the text be white when I’m on that page?

    #1158945

    Hi,

    Add this to quick css:

    #menu-services-sidebar .current-menu-item a{
    color:#fff!important;
    }

    Best regards,
    Jordan Shannon

    #1158967

    Fantastic, thank you for your help Jordan.

    #1159089

    Hi micom6150,

    We’re glad that Jordan could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘How to adjust the page builder widget menu style’ is closed to new replies.