Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #917206

    I see this is already on the list of feature requests. Until the feature is included, is there any way I can change the color of the text everythere that element is used on my site?

    #917218

    Hey awjensen,
    Yes you can change the color of the special heading text with this code in the General Styling > Quick CSS field:

    .av-special-heading-tag {color: red !important;}

    This code is very general and will change all of them, but to only change the h1 special heading use this:

    h1.av-special-heading-tag {color: red !important;}

    to change the h2 ones replace the h1 in the code.
    We can target only one page or section if you like but we will need to see the page first.
    Hope this helps.

    Best regards,
    Mike

    #917448

    Thank you for your prompt and efficient reply.. I have another question: how do I make the text of the “Headline Rotator” bold?

    #917459

    Hi,
    To change the whole Headline Rotator to bold, try this code in the General Styling > Quick CSS field:

    .av-rotator-container-inner {
        font-weight: bold!important; 
    }

    To change only the rotating text to bold, try:

    .av-rotator-text {
        font-weight: bold!important; 
    }

    You can use “bold” or “bolder” in the code.
    As earlier, This code is very general and will change all of them, We can target only one page or section if you like but we will need to see the page first.

    Best regards,
    Mike

    #917557

    You guys are great.

    #917559

    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
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones 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 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change color of "Special Heading" text’ is closed to new replies.