By Giovanni Colella on Friday, 03 November 2017
Posted in Voyager
Likes 0
Views 1.2K
Votes 0
Hi, how could I change the Voyager template <em> color with custom.css? Is it possible?

I don't like #d05.

Thank you in advance.
Gianni.
Hi there,

I am not sure which part of article are you referring here. it would be best if you can provide us with more specific, where you required them to change, maybe provide us with some attachment or screenshot.

Please advice.
·
Friday, 03 November 2017 11:13
·
0 Likes
·
0 Votes
·
0 Comments
·
I'm referring to the articles text in italic. Here is a screenshot...

Thanks.
Gianni
·
Friday, 03 November 2017 14:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Thanks for the information. Yes, it should be okay to simply use css codes on your custom.css. Below are those codes you should use.

[gist type="php"]
//change them respectively.
em {
color: #0000FF;
}
[/gist]

Please give it a try and see how it goes.
·
Friday, 03 November 2017 15:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,
I used css code "em {color: #0000FF;}" in custom.css before writing my first post but it didn't work.
·
Thursday, 09 November 2017 04:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Is it possible for you to provide us with the back end and FTP access to your site to check on this issue?
·
Thursday, 09 November 2017 09:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Abdul, thanks for your help. I've solved!
·
Friday, 10 November 2017 00:25
·
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.
·
Friday, 10 November 2017 01:02
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post