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

    Hi,

    When using the content element “Special Heading” I am unable to modify the color of the heading. When I select the color tab and change it, nothing happens. When I use a subheading and modify the color then only the subheading color changes.

    Is there a way to modify both the heading and subheading colors separately?

    Thanks for your help in advance!

    #1076352

    Hey JoeSurf,

    Yes, we can give you custom CSS to use. Could you post a link to the page in question so that we can take a closer look please?

    Best regards,
    Rikard

    #1077128

    Thank Rikard for the help. I’ve provided the link to the page. The area in question is at the very bottom where I want to make the heading text white in both columns. I would then like to make the subheading on Column 1 blue and the subheading on Column 2 yellow.

    Based off the settings within the theme it seems like these color changes should be able to be made without the need for custom CSS. Am I missing something or is it a glitch with how the Special Headings element works?

    #1077618

    Hi,

    You have active caching on the site, that is likely why your changes are not reflecting on the site. Here’s a guide on when to not use a caching plugin. Please try to clear the cache from your plugin and from your local browser and do a hard reload. If you have file compression active under Enfold->Performance then please select to delete the old CSS and JS files as well.

    Best regards,
    Rikard

    #1077623

    Cool thanks Rikard. That all makes perfect sense. And just in case it doesn’t all work and just for future reference would you please be able to share the Custom CSS I would need to modify Special Heading and Subheading colors. |

    Thank you!

    #1078180

    Hi,

    You can target those elements using this CSS:

    .av-special-heading-tag {
      Your CSS goes here
    }
    
    .av-subheading {
      Your CSS goes here
    }

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.