Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • arthurjohnston Friend
    #200798

    Without adding a style.

    Is it possible to use a different page background on the home page and not upon other pages?

    Thank you in advance.

    Adam M Moderator
    #547265

    Hi Arthur,

    Please open file root_folder/templates/t3_blank/css/custom.css and add this code :

    .home body {
    background: red; /* you can change this background to suite your need */
    }

    Save your file and recheck.

    arthurjohnston Friend
    #547368

    Thank you, I have a question…..

    If “.home body”, will modify the body for the menu “home”. Would “.home horse” modify the body for the menu “horse”?

    Adam M Moderator
    #547403

    Hi,

    Yes, but please make sure that you use ‘.home .horse‘ (there’s a dot icon before the class name) instead if you want to target to element with class name ‘horse‘ and the menu is assigned with this class.

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

This topic contains 4 replies, has 2 voices, and was last updated by  Adam M 10 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum