• Resolved remarkabledogs

    (@remarkabledogs)


    I am using the Chameleon 1.0.1 and would like to change the main border color around the pages. I am sure in my inexperience I am missing where to find this in the theme editor. Could anyone tell me where I can make this change? My site is at https://www.remarkabledogs.com. The border I am looking to change is the black border separating the background from the blog body.

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • You will need to remove border attributes in 4 places in cafe.css:

    1. Around line 173 in #menu, remove 2 lines: border-left: 4px solid; and border-right: 4px solid;
    2. Around line 143 in #header, remove border-width: 4px 4px 1px;
    3. Around line 125 in #content, remove border-width: 1px 4px 4px;
    Thread Starter remarkabledogs

    (@remarkabledogs)

    Thank You for the info…although I would like to change the color and not delete the border altogether.
    Thanks again

    As you probably know, you can just add the border color attributes in the same locations. Please mark this topic ‘Resolved’.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing border color’ is closed to new replies.