Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1150776
    BernhardKb
    Participant

    Hi there!

    I’m running a site with Integrity and set the content area’s background to transparent with this custom css:

    .x-boxed-layout-active .site {
    background-color: rgba(255, 255, 255, 0);
    }

    Is there a way that I can change this style in just the blog posts, to give them a different background setting?

    Thanks!

    #1150842
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide 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.

    #1151385
    BernhardKb
    Participant
    This reply has been marked as private.
    #1151391
    Paul R
    Moderator

    Hi,

    You can add this under Custom > CSS in the Customizer.

    
    .single-post .x-comments-area {
         background-color:#fff;
    }
    

    Hope that helps.

    #1151435
    BernhardKb
    Participant

    Yes, it does, thank you!

    By the way, is there a way to translate ‘Submit’ and ‘Read more’ to another language?

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