Home Forums Weaver Xtreme Theme Add content background to certain pages only

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #18298
    robfoster
    Participant

    Hi There

    Long time no speak!
    Im trying to add a content background to certain pages only on my site as i like the look of my post pages post area background, so to explain if you go to this page
    which is a posts page the area of the posts is set to rgba(255,255,255, 0.8);
    i would like a normal content area page to look the same, at the moment it looks like this
    If i add rgba(255,255,255, 0.8);to content areas it covers the whole of the posts page area which doesn’t look too good.

    Any help appreciated

    Rob
    #24719
    scrambler
    Moderator

    if you mean you want to change the content background on a single page, you should know how to do that, and we have a tutorial in the old weaver tip section  🙂

    Just use a rule with the page ID#

    .page-id-2690 #content {background-color:rgba(255,255,255, 0.8);}

    If you have Plus, you can simply put the rule in the per page style box of the page editing page

    #content {background-color:rgba(255,255,255, 0.8);}

    If not what you are trying to do, then you need to elaborate

    #73006
    LorSmi
    Participant

    Anyway to do this within the WordPress?

    #73007
    LorSmi
    Participant

    Oh, and I forgot – the global background is an image. I have a different image for one of the pages.

    #73010
    scrambler
    Moderator

    Don’t post for the same thing in two different thread, it just makes it harder to follow up.

    I gave you a link to a guide article on how to do what you want in your other thread.

    If after that you still have an issue, post in that other thread, with a link to your site and a detailed description of what you want to do (what page what area, etc…)

    And no there is no direct option to do that.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.