[Resolved] Add Color Background to Column

Home Forums Support [Resolved] Add Color Background to Column

Home Forums Support Add Color Background to Column

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #137479
    Sheri

    Love your template. Upgraded to premium and love it, also. Can you tell me how I would add a color background to a column on a page.

    #137525
    Tom
    Lead Developer
    Lead Developer

    Glad you’re enjoying it!

    What do you mean by column? Like the Content column vs the sidebar column? Or a text column within the content?

    #137529
    Sheri

    Content column on this page. http://cms01013.apps-1and1.com/meet-phil-2

    #137532
    Tom
    Lead Developer
    Lead Developer

    You can change the color of the content area using the Colors add-on in “Customize > Colors > Content Colors”.

    That will change the background color of the content column throughout the entire site – is that what you’re wanting or are you wanting to only target that specific page?

    #137537
    Sheri

    I want to change the background color of a column on a specific page. Is this possible?

    #137538
    Tom
    Lead Developer
    Lead Developer

    Absolutely, you’ll just need to use a little CSS.

    First, you’ll need to know the ID of your page – in this case, it’s 134.

    Then you can do this:

    .page-id-134 .inside-article {
          background-color: #FFFFFF;
          color: #222222;
    }

    Adjust the colors as needed ๐Ÿ™‚

    #137540
    Sheri

    Beautiful! Thanks so much!

    #137541
    Tom
    Lead Developer
    Lead Developer

    You’re very welcome ๐Ÿ™‚

    #137566
    Sheri

    On a totally unrelated subject: is there anyway for your template (now also my template) to have the navigation bar look like the one on this website: http://votekeithperry.com/ with part of the header picture actually on the nav bar?

    This is my working site: http://cms01013.apps-1and1.com/

    Thanks so much!

    #137569
    bdbrown

    Hi Sheri. Could you please start a new topic for your navigation question? If it stays here other users probably won’t benefit from the answer since this topic is a different subject and it’s already marked as resolved. Thank you.

    #500255
    Piefinch

    Hi, I need to find out how to change my column colour too. How do I find my page ID?

    The theme started out with a white column colour and and off white background, but now I don’t have boxes anymore, just white, so want the boxes back :/

    #500319
    Leo
    Staff
    Customer Support

    Hi there,

    Can you open a new topic for your question?

    This topic is really old.

    Thanks!

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