Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Dante
  • #86971
    E_K
    Member
    Post count: 199

    Hello,

    How can I set body background?

    Not header, just body.

    Thanks.

    #86981
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    #page-wrap {
      background-color: #efefef;
    }

    – Kyle

    #86983
    E_K
    Member
    Post count: 199

    Hello Kyle,

    If it is just for one page?

    Shall I add page id or something like that?

    For example my page name is Services.

    Thanks in advance.

    #86985
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Yes, you will need to add the page id before, like:

    .page-id-6839 #page-wrap {
      background-color: #efefef;
    }

    – Kyle

    #87010
    E_K
    Member
    Post count: 199

    Hi Kyle,

    Where can I find the page id number? It seems it does not work .page-id-services

    Thanks.

    #87011
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    The page will have a unique ID, if you go to the page and right click > view source, find the tag and it will have the page id as a class

    (see screenshot)

    – Kyle

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register