Okay
  Public Ticket #2229422
Background box color
Closed

Comments

  • mpietropoli started the conversation

    Hi, 

    I'm trying to set a different background for the box color: not white but like the rest of the site. Where can I find these settings?


    Thank you

  •  675
    Neuron replied

    Hi,

    Unfortunately there are no options for that part, I can provide you with Custom CSS, so you can place it on Appearance > Customize > Additional CSS.

    .search .o-blog-post .o-blog-post__content {
        background-color: your_color !important;
    }

    And if you want to change the color of the text.

    .search .o-blog-post .o-blog-post__content * {    
        color: your_color !important;
    }

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • mpietropoli replied

    Yes, it worked! Thank you so much, you are always perfect. 

    M

  •  675
    Neuron replied

    Hi M,

    I am very glad that it worked, feel free to ask for anything that you needsmile.png

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.