Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1258594

    Hello, I would like to highlight certain text passages in bold. In the general stylings I can set the color, but it also applies to links.
    But I would like to set a different color for links than for bold text passages.

    #1258683

    Hey Talker77,

    Could you please give us a link to your website, we need more context to be able to help you.

    Could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    #1258716

    Hello, I have normal black text on a white background and I want to emphasize some words in bold. When I do that, the text gets the same color as e.g. Left.
    But I want bold text and links in different colors.

    Currently I have under styling:

    Main color
    Font color for links, text initials and other elements
    # f66e64

    #1258759

    Hi Talker77,

    We need to see the actual css and html to be able to propose a solution for you. Please get back to us when you get the website to some testing server.

    Best regards,
    Victoria

    #1258771
    This reply has been marked as private.
    #1258789

    Hi,

    Thats the text you want bolded?

    Best regards,
    Jordan Shannon

    #1258806

    The text is bold, but is the same color as links … I want bold text in one color, links in a different color.

    #1258977

    Hi,

    Add this to quick css:

    #after_section_1 p{
    font-weight:bold!important;
    }

    Best regards,
    Jordan Shannon

    #1259075

    Hello, please look at the link…bold text and link have the same color. I want different colors…

    #1259211

    Hi Talker77,

    Please add this CSS code in Quick CSS, just replace the color:

    #top .main_color a {
        color: blue;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1259399

    Thx…we have it! :-)

    #1259456

    Hi Talker77,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Bold text color’ is closed to new replies.