-
AuthorPosts
-
February 3, 2019 at 1:20 pm #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
February 3, 2019 at 4:02 pm #1062264Hey 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,
MikeFebruary 4, 2019 at 8:38 am #1062523Thanks for the quick reply
February 4, 2019 at 1:54 pm #1062673Hi,
Glad to help, I assume we can close this now, but I like to ask first. Shall we close this then?Best regards,
MikeFebruary 5, 2019 at 9:01 am #1063067When I put the code I also change the titles, I just want to change everything that goes in paragraph, is it possible?
February 5, 2019 at 2:06 pm #1063180Hi,
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,
MikeFebruary 6, 2019 at 10:46 am #1063543Look at the attached image, when I put that code it changes everything, the paragraph and the title, I just want to change the paragraph
February 6, 2019 at 2:35 pm #1063637February 6, 2019 at 4:19 pm #1063687the 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.comthaks u
February 7, 2019 at 5:07 am #1063814Hi,
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,
MikeFebruary 13, 2019 at 1:47 pm #1066483Sorry 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
February 14, 2019 at 4:32 am #1066764Hi,
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,
MikeFebruary 14, 2019 at 8:27 am #1066843thaksss!! now it´s ok!
February 15, 2019 at 1:01 am #1067239Hi,
Glad to hear, I assume we can close this now, but I like to ask first. Shall we close this then?Best regards,
MikeFebruary 15, 2019 at 8:41 am #1067348IT´s all ok! thanks
February 16, 2019 at 5:05 am #1067614Hi,
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 -
AuthorPosts
- The topic ‘Color change of all bolds in text block only’ is closed to new replies.