Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #609851

    Rue Nel
    Moderator

    Hello There,

    Please use this code instead:

    .widget_nav_menu .current-menu-item > a {
      color: red !important;
    }

    Please let us know if this works out for you.

    #609928

    Pragy
    Participant

    Hi X! This one is working! Thank you very much for your instant superfast support!

    #609981

    Rue Nel
    Moderator

    Hey Pragy,

    You are most welcome!
    Thanks for letting us know that it worked out perfectly for you.

    Cheers.

    #850202

    Almarie H
    Participant

    Hi there!

    Wanted to similarly change the font colour of the lists in the menus that appear in the widget area of the sidebar and footer to black (the widget title colours are nice as they are). What would be the css for that? I tried the code given above for Pragy (modifying the colour) but there was no change unfortunately.

    Advanced thanks!

    #850323

    John Ezra
    Member

    Hi there,

    Thanks for writing in! To assist you with this issue, would you mind providing us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything. Thanks!

    #850371

    Almarie H
    Participant

    Sure! And thanks for the quick reply.

    My website isn’t live, so will provide the login instead.

    I’m using the Icon stack with the sidebar only appearing on blog page and posts.

    #850375

    Almarie H
    Participant
    This reply has been marked as private.
    #850469

    Lely
    Moderator

    Hello Almarie,

    Thank you for the credentials.
    Please use the following CSS:

    .widget ul li a {
        color: black !important;
    }

    Hope this helps.

    #850479

    Almarie H
    Participant

    Perfect! Thanks guys!!

    #850517

    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Have a great day! 🙂

    #996999

    tashitendrel
    Participant

    Hello, I have an addition question to the widgets background. Could you give a css to remove white background color of widgets, please? I am using Renew child theme. thank you.

    #997047

    Christian
    Moderator

    Please give us the URL of your site so we could check your setup.

    Thanks.

    #1076890

    DrumIDCRO
    Participant

    Hi, some how it doesnt work. I tried everything in the forum about this subject but my side menu and widgets are still red tekst (should be white), the hover over should be grey and text should then change to red (of the selected item but it doenst. This is what I have:
    body .x-sidebar.right .widget a {
    color:##FF0000 !important;
    }

    .widget {
    text-shadow: none!important
    }

    body .x-sidebar.right .widget ul,
    body .x-sidebar.right .widget ol {
    -moz-box-shadow: 0 0 1px rgba(255,255,255,0.95);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,0.95);
    box-shadow: 0 0 1px rgba(255,255,255,0.95);
    }

    .x-sidebar .widget a{
    color:#FF0000;
    }
    .x-sidebar .widget:hover {
    color:#000000;
    background:#000000;
    }

    Please help

    #1077461

    Lely
    Moderator

    Hi There,

    Please update this part:

    body .x-sidebar.right .widget a {
    color:##FF0000 !important;
    }
    
    .widget {
    text-shadow: none!important
    }

    To this:

    body .x-sidebar.right .widget a {
    color:#FFF!important;
    }
    
    .widget {
    text-shadow: none !important
    }

    Then add this:

    body .x-sidebar.right .widget a:hover {
    color:#cccccc!important;
    }

    If that doesn’t help, please provide us your site URL and then a screenshot of what you want to achieve.

    #1077844

    DrumIDCRO
    Participant

    thanks, but now it looks like this

    The hover should be grey and the selected text red.