By Randall McCallum on Friday, 04 January 2019
Posted in Elegant
Replies 1
Likes 0
Views 3.1K
Votes 0
Hello,

I am finally making some template color changes to my new site at futureofcannabis.ca, and I would like to make some changes to the sidebar of the Elegant template from basic grey to green.

I also want to change the logo from basic text.

Canada has legalized cannabis I am building this network and the colors are important.

I would also like to make a change to the Filter Timeline to make it green also.

Where can I change these in the Elegant template?

I found a thread but it is locked and I couldn't find the information I have been looking for.
Hi Randall,

You can try using the following custom css. The custom css for the logo can be used in place when you disable the text heading.

/*elegant background*/
section.master {
background: green;
}

/*Stream filter bar*/
.master #es .es-stream-filter-bar {
background: green;
}

/*Logo*/
.navbar .navbar-header .navbar-brand {
background-image: url('http://es30.com/media/com_easysocial/audios/12/b78a3223503896721cca1303f776159b.jpg');
background-repeat: no-repeat;
background-position: center;
background-size: contain;
overflow: hidden;
text-indent: -999em;
width: 200px;
}
·
Friday, 04 January 2019 14:44
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post