Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #26169

    Hi again,

    I’d like to know how to set a predefined style per page.

    Example : Page 1 from Menu Link : CSS STYLE 1

    Example : Page 2 from Menu Link : CSS STYLE 2

    Example : Page 3 from Menu Link : CSS STYLE 3

    KR

    #129553

    Hi,

    You can use the unique page body class. If you’re using Chrome, right click the page, Inspect Element. Look for the body class.

    Use it to change a certain element on that page only. Example:

    .page-id-2251 #header_main {
    background: red;
    }

    Regards,

    Ismael

    #129554

    Perfect!

    #129555

    Glad Ismael could help :)

    Let us know if you have any other questions or issues.

    Regards,

    Devin

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘HOW TO – CHANGE CSS STYLE PER PAGE’ is closed to new replies.