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

    DrumIDCRO
    Participant
    This reply has been marked as private.
    #1078203

    Jade
    Moderator

    Hi there,

    Please update this code:

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

    to

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

    Hope this helps.

    #1083126

    DrumIDCRO
    Participant

    thank you so much but it doesnt look good yet 🙁
    Now only the background of the text becomes gray but the whole item background (the selected one) should become gray

    This is everything in the custom css now:

    body .x-sidebar.right .widget a {
    color:#FFF!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;
    }

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

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

    Also: i have a categories widget (blog) in the site bar too (but it looks weird to; ho do I change that one?

    #1083371

    Jade
    Moderator

    Hi there,

    Please add this code:

    body .x-sidebar.right .widget li:hover {
        background-color: #ccc;
    }

    Hope this helps.

    #1084328

    DrumIDCRO
    Participant

    thx that worked! 🙂

    #1084589

    Friech
    Moderator

    We’re delighted to assist you with this.

    Cheers!

    #1114608

    Sitegemz
    Participant

    I’m trying to do the same thing & I’ve tried adding the CSS on this thread but it hasn’t worked I’d like to simply change the font color of the widgets used to white as well as any future widgets added. here’s the URL

    http://mtz.sitegemz.com/?page_id=430

    #1115019

    Christopher
    Moderator

    Hi there,

    Please add this :

    select#cat {
        color: #fff;
    }

    Hope it helps.

    #1115668

    Sitegemz
    Participant

    Sorry this didn’t work either

    #1115765

    Joao
    Moderator

    Hi There,

    Your widget font is white on my end, pleas clean your browser cache and test it again.

    In case you still need help with the issue please provide a screenshot clarifying the issue,

    Thanks

    Joao

    #1254877

    Sam
    Participant
    This reply has been marked as private.
    #1254878

    Sam
    Participant

    Hi How do I change the colour of the txt above footer in the bottom.

    Thanks in advance

    #1254885

    Sam
    Participant

    I think i just solved this from another post

    .x-colophon.bottom, .x-colophon.top, .x-colophon.bottom a, .x-colophon.top a {
    color: #fff;
    }

    Please let me know if this is wrong or there is a better way

    #1255005

    Christopher
    Moderator

    Hi there,

    Your code is correct.

    Thanks.

    #1332545

    Jimmy P
    Participant

    Is there a way to change only 1 specific sidebar widget text color?
    I currently have `widget {
    text-shadow: none!important;
    color: #fff!important;`

    However, I need the jetpack blog subscription text to be black. As you can see it is not visible until you highlight it because it is white.
    Here is the link:
    https://www.empowersperformance.com/alphagcp/

    Thanks!