By Alain Badan on Friday, 30 June 2017
Posted in General Issues
Likes 0
Views 707
Votes 0
Hello,

I changed the EasyBlog template to Vintage and would like to change the color of the black line at the top: https://www.lereel.net/fr/blog

Could you tell me how to do it, in which file ?

Thank you for your help

Best regards.

Alain Badan
Hello Alain,

Do you mean this, http://take.ms/9HDS8 ? You can add the following codes into your template's css file,

[gist]
body #eb .eb-navbar__body {
background-color: #152248;
}
[/gist]
·
Friday, 30 June 2017 22:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Mark,

Thank you for your reply.

I put this code into my template custom.scss file:

body #eb .eb-navbar__body {
background-color: #FAFAFA;
}

But it doesn't change the color ?

Thank you for your help.

Best regards.

Alain.
·
Wednesday, 05 July 2017 02:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

It seems that you have wrongly put your css code on your custom css path. I have put those codes on this path .../templates/rt_topaz/custom/css-compiled/custom_11.css and it is working as it should now.

By the way, in case in the future, you want to make any changes on your site, you have to disabled your JCH_optimizer plugin first or clear cache on order to get those changes you made as that plugin will cache any changes made on your site.
·
Wednesday, 05 July 2017 10:48
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

Thank you very much for your help and advice

Regards, Alain.
·
Thursday, 06 July 2017 03:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Thursday, 06 July 2017 09:54
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post