Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1017403
    alockettjr
    Participant

    I have a widget area in the first section on my page and I am showing recent posts here.
    I can change opacity etc just not the background color.
    I do not want a white background color, please tell me how I can change this?

    My URL is swiftcosmonaut.com

    #1017451
    John Ezra
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.

    .page-id-68 #x-section-1 .widget ul li, .widget ol li {
        background-color: transparent;
    }

    Hope this helps – thanks!

    #1017463
    alockettjr
    Participant

    Thanks! Almost, it still has a border, but if I do a boder: none it doesn’t work. There is still top white border

    #1017468
    alockettjr
    Participant

    Im also trying to change the font color of the title with no luck

    got it

    #1017598
    Lely
    Moderator

    Hi There,

    To remove the top white border, please use the following CSS:

    .home ul.rpwe-ul {
        border: none;
    }

    For the color, I can see that you have figured this out with the following CSS:

    .rpwe-block h3 a:hover {
        color: #314da6;
    }
    .rpwe-block h3 a {
        color: white;
    }

    Hope this helps.

    #1017945
    alockettjr
    Participant

    It did thanks!

    #1017980
    Lely
    Moderator

    You’re welcome!

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1017403 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>