
-
AuthorPosts
-
November 11, 2013 at 9:18 pm #186984
Hi Enfold team,
I sincerely appreciate your quick responses but this theme brings me a little crazy. :-)
In the Enfold Theme Options, i.e, if I change the color of links… this change also the color of the bold type… ¿why? I want a usual black-bold type font and the links in other color. This is possible via CSS?
And other question, in the grid presentation below the thumbnail appear the number of comments and date. It is possible to sustitute the number of comments for the author post?
Thanks in advance,
LRS
November 12, 2013 at 3:48 pm #187307Hi LRS123!
Please add following code to Quick CSS in Enfold theme options to change bold color to black
.alternate_color strong, .main_color strong { color: black; }
and add this code to change color of links and adjust it
.main_color a, .alternate_color a { color: red; }
and you can add following code to remove slide meta
.avia-content-slider .slide-meta { display: none; }
Regards,
YigitNovember 12, 2013 at 6:46 pm #187403Thanks for your answer, Yigit, now my bold is bold :-)
Regarding the second problem, I do not want to remove all the slide meta, what I would like is to change is the number of comments by the author of the post, so I stay below the thumbnail something like this: John Smith / 13 november 2013 instead of 0 comments / 13 november 2013
Thanks in advance,
LRS
November 14, 2013 at 1:25 am #188132Hey!
I’m not sure if that is even possible. You would need to have a freelance developer look into that kind of customization and if it is, they would be able to make the change for you.
Regards,
DevinDecember 21, 2014 at 5:02 pm #371281I used this code to change the bold color. Now the bold links are black, as well. I want them in the normal link color. Is there a quick fix for this?
December 22, 2014 at 4:57 am #371427Hey!
use this to change color of links:
.main_color a:hover, .main_color h1 a:hover, .main_color h2 a:hover, .main_color h3 a:hover, .main_color h4 a:hover, .main_color h5 a:hover, .main_color h6 a:hover, .main_color .template-search a.news-content:hover { color: red; }
Regards,
AndyDecember 22, 2014 at 5:13 am #371430Hey Andy, thank you for the reply! Unfortunately this doesn´t change anything. Just to clarify what I want:
– links in theme color (done)
– bold text in black (done)
– bold links in theme color (now black)Best regards,
Arkadi
December 22, 2014 at 6:03 pm #371616Hi!
Please add following code to Quick CSS
strong a { color: inherit!important; }
If that does not work, please post the link to your page where we can see an example
Cheers!
YigitDecember 22, 2014 at 6:23 pm #371632Hi,
it doesn´t help either. It even changed a bold link in a table with theme color into black as well.. Here is the link to the page http://www.eiweisspulver-test.com/
There are bold links in the table that say “Details” and in the slider next to it with the names of the products.
Cheers,
Arkadi
December 22, 2014 at 6:50 pm #371641Hi!
Please use following code instead
#main strong > a { color: #2997ab!important; }
Cheers!
Yigit-
This reply was modified 10 years, 3 months ago by
Yigit.
December 22, 2014 at 7:17 pm #371675Thank you Yigit but it only changed the color of the links in the table that say “Whey Protein”, “Casein” etc. These links should stay white.
December 22, 2014 at 7:18 pm #371681Hi!
I edited the code i posted in my previous post. Please try it now.
Best regards,
YigitDecember 22, 2014 at 7:39 pm #371700Thank you very much! This code works when the “strong” tags are outside of the link tags. If they are inside the link is black.
December 22, 2014 at 7:41 pm #371704Hey!
Please add following code to Quick CSS as well
#main a > strong { color: #2997ab!important; }
Regards,
YigitDecember 22, 2014 at 7:55 pm #371717Yeah I did this. I´m really pleased with the result now. Thank you Yigit!
December 22, 2014 at 8:04 pm #371724Hi!
You are welcome, glad we could help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Best regards,
Yigit -
This reply was modified 10 years, 3 months ago by
-
AuthorPosts
- The topic ‘Bold type and link color’ is closed to new replies.