This topic has 1 reply, 2 voices, and was last updated 6 years by Kieran_SQ.

  • Author
  • #210156
     avessas
    Participant

    Hello,

    Its possible have different header colors, for example, I want page A have a header with the color white, and page b have a header with the color red.

    It’s possible?

    #210158
     Kieran_SQ
    Moderator

    Hi,

    You can use custom CSS to target different elements on different pages. Go to the desired page on the front end and open the development tools (F12), check the body tag for the page-id- class.

    You can then use this before your custom CSS to target only that page.

    Example

    COPY CODE
    .page-id-99 .kleo-main-header.header-normal {
        background-color: red;
    }

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?