Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #1062203

    How do I change the color of the bold in the text block? If I change it from the Enfold panel I change it in all the Bolds are titles, block of text, etc

    #1062264

    Hey juanraubeda,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top .avia_textblock strong {
    color: red !important;
    }

    adjust the color to suit.
    Let us know if you want to add more rules, such as only text blocks on pages or posts.

    Best regards,
    Mike

    #1062523

    Thanks for the quick reply

    #1062673

    Hi,
    Glad to help, I assume we can close this now, but I like to ask first. Shall we close this then?

    Best regards,
    Mike

    #1063067

    When I put the code I also change the titles, I just want to change everything that goes in paragraph, is it possible?

    #1063180

    Hi,
    As I understand you want to change the strong tags in the text block element paragraphs, please try:

    #top .avia_textblock p strong {
    color: red !important;
    }

    Then clear your browser cache and any cache plugin, and check.
    If this doesn’t help please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    #1063543

    Look at the attached image, when I put that code it changes everything, the paragraph and the title, I just want to change the paragraph

    https://tmpsee.com/p8qnu1jxu

    #1063637

    Hi,
    Please include the url to the page in question so we can take a closer look.
    Both css above is working for me
    2019-02-06-072728
    2019-02-06-073332

    Best regards,
    Mike

    #1063687

    the web that I am creating this in another server put in your host file the following:

    31.47.74.30 impulsocooperativo.com
    31.47.74.30 http://www.impulsocooperativo.com

    thaks u

    #1063814

    Hi,
    Thanks, I found bold headers (H2) but no bold paragraphs. Am I looking in the correct section?
    Please see the screenshot in Private Content area.

    Best regards,
    Mike

    #1066483

    Sorry for the delay but I’m a little involved with many things at once. Look, I’ve added the code again and as you see on this page that I see next, the color changes both in the texts and in the titles, I just want to change them in the texts not in the H

    http://www.impulsocooperativo.com/nosotros/

    #1066764

    Hi,
    Thank you, I have inspected the page and see that you forgot to put the “p” in the css for paragraph, when this is included the H2 do not change color.

    #top .avia_textblock p strong {
        color: #c9c4c1 !important;
    }

    Best regards,
    Mike

    #1066843

    thaksss!! now it´s ok!

    #1067239

    Hi,
    Glad to hear, I assume we can close this now, but I like to ask first. Shall we close this then?

    Best regards,
    Mike

    #1067348

    IT´s all ok! thanks

    #1067614

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Color change of all bolds in text block only’ is closed to new replies.