Viewing 15 replies - 1 through 15 (of 17 total)
  • arnold,

    The first thing you might do is read several previous requests THAT HAVE ALREADY BEEN ANSWERED!!!

    You don’t have to be rude about it. Some people are just trying to learn.

    Try this:

    body{
    background: orange;
    }
    header.tc-header {
    background: none;
    }

    Thread Starter arnold_chandra

    (@arnold_chandra)

    thanks sdrawkcab and yes im in my very learning stage and doing my first website Im sure everyone goes through what im going through “learning”
    where do we place those codes?

    Arnold

    Go to Customiz’It! and put the text in the Custom CSS field at the bottom. Code that you put there overrides the theme’s code, so be careful what you put in there–in particular, the syntax has to be correct.

    Thread Starter arnold_chandra

    (@arnold_chandra)

    Thanks ElectricFeet 🙂 works, managed to change back ground colour.
    what happens now is my txt that is by default in black is not as visible, do I have to change that to white?
    or is there a way around it

    please advise

    Best Regards
    Arnold

    Hi there arnold_chandra. Yes make it white 🙂 Do you know where to go to change it?

    Kind regards

    Thread Starter arnold_chandra

    (@arnold_chandra)

    Hi GerritN,
    do I have to do it to individual page?

    Best Regards
    Arnold

    No you do not need to change it to an individual page. If you change it at the right place it will change it for the rest of your site.

    Thread Starter arnold_chandra

    (@arnold_chandra)

    Hi GerritN,
    oh cool that will save a lot of time, could you advise where and how I could do this?

    Best Regards
    Arnold

    Thread Starter arnold_chandra

    (@arnold_chandra)

    Hi GerritN I found a way that managed to change the font colour

    Under Appearance > Themes > Customize, click on Custom CSS and add this code:

    body {
    color: [add your color here];
    }

    That should do it.
    Cheers!
    Arnold

    Thread Starter arnold_chandra

    (@arnold_chandra)

    thanks for all your contribution to this support question

    Hey everyone i changed my background color but for some reason there’s white box’s around the 3 circles at the bottom of the page?How can i change that too?

    I used a Picture Editor (eg Photoshop) and edited the 270×250 Featured Image

    Hey Rdellconsulting thanks but i found a code it works perfect try it :

    .round-div {
    border: 104px solid black;
    }
    .navbar .nav > li > a { color: #FF0000; }
    .navbar .nav > li > a:focus,
    .navbar .nav > li > a:hover { color: #39c6f4; }

    its easy & you don’t have to use photoshop.

    I was able to change the background color of the pages using the recommendations in this forum – THANKS !!!

    However I added a table in one of my posts and I need to change the background color of the entire table. I have tried the standard CSS code for changing background color of table rows but they don’t work.

    Does anybody have any ideas on how to make the background color of table to be different than the default #5A5A5A?

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘Changing Background colour’ is closed to new replies.