By Ross Maxwell on Friday, 08 May 2015
Posted in General Issues
Replies 3
Likes 0
Views 835
Votes 0
Hi,
I have easy blog installed and working great. I have changed the toolbar colours but I cannot find how to change the toolbar border - as shown here - http://www.topknotch-solutions.co.uk/love/news
I want it to be the same colour as the box below ie grey but i cannot find where it is located.
If you can help it would be greatly apprreciated.
Thank You
Hi Ross Maxwell,

Your CSS will need to apply this changes :

#eblog-wrapper #ezblog-menu {
border: 1px solid #7F7C81;

#ezblog-menu .blog-navi li.toolbar-item {
border-right: 1px solid #7F7C81;

#ezblog-menu .blog-navi li.toolbar-item.float-r {
border-left: 1px solid #7F7C81;

Test Result: (colour code : #7F7C81)
http://screencast.com/t/uWczJmCkym6m

Can you let me know whether that this help you out?
·
Friday, 08 May 2015 11:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Ethan,
Brilliant that worked a treat, do not know where you got #7F7C81 from but I changed it to #dcdcdc and it looks great.
Many thanks
·
Friday, 08 May 2015 18:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Ross,

You're welcome.
·
Saturday, 09 May 2015 01:23
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post