This topic has 6 replies, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #137296
     Terdema
    Participant

    Hello,

    I would like to make the background color of the page grey and I want to keep backgroung color of kleo-posts, new highlight, news focus, testimonial elements as white.

    Thx

    #137297
     Terdema
    Participant

    I have change the page backgorund color. I need to know how can I change the elements background color. THX

    #137337
     Radu
    Moderator

    Hi,

    Add this css to wp-admin -> theme options -> general settings -> quick css

    COPY CODE
    
    .news-focus {
        background: #eeeeee;
    }
    
    .news-highlight {
        background: #eeeeee;
    }
    

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
    #137338
     Terdema
    Participant

    Hello Radu,

    what about the kleo-posts and testimonial elements?

    #137346
     Radu
    Moderator

    Testimonials

    COPY CODE
    
    .kleo-testimonials {
        background: red;
    }
    
    

    And kleo posts where it is ? provide screenshot that ponting out where

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
    #137351
     Terdema
    Participant

    In the VC add element list it is called “Kleo Posts”. Please check the attachment. Thx.

    Attachments:
    You must be logged in to view attached files.
    #137355
     Radu
    Moderator
    COPY CODE
    
    
    .kleo-masonry.masonry-listing .post-content {
        background: red;
    }
    
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
Viewing 7 posts - 1 through 7 (of 7 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?