Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #878770
    Paulo Tebet
    Participant

    I found that I can change the text color in the customizer, but there is no option to define the text background. I realize that the Light and Dark options for the Integrity option change the text background to a Light and Dark background as expected, but I want to be able to define the exact color will be used as the text background.

    Can this be accomplished with some CSS trick?

    Regards,

    Paulo Tebet

    #879308
    Prasant Rai
    Moderator

    Hello Paulo,

    Thanks for writing in!

    Yes, we can change text background color using CSS. 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.

    Thanks.

    #879906
    Paulo Tebet
    Participant
    This reply has been marked as private.
    #880575
    Nabeel A
    Moderator

    Hi again,

    Thank you for providing the credentials, can you please point us to the text in your site via link or screenshot so we can suggest you the possible solution?

    Thanks!

    #880757
    Paulo Tebet
    Participant

    Here it is.

    http://prntscr.com/arvypu

    Basically I want to change the color of the whole background of the site. Everywhere where I could have text, image or anything else that is inside the white box shown in the screen shot provided.

    Thanks.

    Paulo Tebet

    #881458
    Friech
    Moderator

    Hi Paulo,

    You can define this class under Custom > CSS in the Customizer.

    .my-text-class {
    	 padding: 1%;
        background-color: red;
    }

    After that apply the my-text-class class to your paragraphs.

    <p class="my-text-class">

    Hope it helps, Cheers!

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