Website redesign

Posted in: Newspaper
Post count: 74

Hi Great support Guys,
I have couple of issues for you to put me through on how to solve them;

1. I will like to change my header background colour just like this;

http://www.screencast.com/t/j4hrYWPh1z

2. Can I have a seperater background/border colour for my entire sidebar?

3, How can I set similar non-movable background like this – http://www.screencast.com/t/HfYet8Ydiw

Post count: 22421

Hello,
Thank you for appreciation!

1) You will need an image to set as a background image first. Uploiad it to your server and then use css to add it from the specified path. For example on header style 4:
.td-header-sp-recs{
background-image:url('http://www.pesches.com/wp-content/uploads/2014/03/15815-grass-material.jpg');
background-repeat:no-repeat;
background-position:50% 50%;
}

result:
http://screencast.com/t/7hmAKgLIF3

2) Please provide more details to how you want your sidebar to display. The sidebar is more complicated as it has the option for a sticky sidebar and in this case backgrounds an borders get overwritten by the sticky sidebar.
3)In order to set a background to your website you can use the background section in the theme panel:
https://forum.tagdiv.com/background-introduction/

Thank you!

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