Tagged: ,

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #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

    #187307

    Hi 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,
    Yigit

    #187403

    Thanks 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

    #188132

    Hey!

    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,
    Devin

    #371281

    I 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?

    #371427

    Hey!

    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,
    Andy

    #371430

    Hey 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

    #371616

    Hi!

    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!
    Yigit

    #371632

    Hi,

    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

    #371641

    Hi!

    Please use following code instead

    #main strong > a {
    color: #2997ab!important;
    }

    Cheers!
    Yigit

    • This reply was modified 10 years, 3 months ago by Yigit.
    #371675

    Thank 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.

    #371681

    Hi!

    I edited the code i posted in my previous post. Please try it now.

    Best regards,
    Yigit

    #371700

    Thank you very much! This code works when the “strong” tags are outside of the link tags. If they are inside the link is black.

    #371704

    Hey!

    Please add following code to Quick CSS as well

    #main a > strong {
    color: #2997ab!important;
    }

    Regards,
    Yigit

    #371717

    Yeah I did this. I´m really pleased with the result now. Thank you Yigit!

    #371724

    Hi!

    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

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Bold type and link color’ is closed to new replies.