How to change Fancy Heading font color?

What is the best way to change the title and content of the fancy heading on a per item basis (meaning being able to change each Fancy Heading on the page to something different.

I'm new at this so a comprehensive explanation would be greatly appreciated.

Thanks in advance!


Comments

  • I would also like to be able to change the icon color associated with the Fancy Heading as well.
  • Hi,

    you can do this with custom css. First, you need to set custom class name for the items and then use create custom css under Theme options > Custom CSS & JS > Custom CSS section.
  • Thanks for responding! Any chance you can detail the steps? Thanks again for helping!
  • First, you must set custom class name for this item. When this would be done, let us know for which item you set css class name and send us link to that page where you did it so we can have a look on it.
  • I set a custom class name of .fh-comm. In the custom css I entered:
    .fh-comm {
       color: #ffffff; !important;
    }

    This is set for the Communications Title for the Fancy Heading

    I currently have the under construction page enabled. The link is www.daedalusfirm.com (permalink) and the page name is Home.

    Thanks!
  • We didn't saw your site because you have Maintenance Mode active so would be great if you can deactivate it first. However, from what we see, you did it wrong. We just told you to set class name for Fancy Heading item. And class name should be just fh-comm (no dots, not super extra characters, no nothing!). When all these would be done, let us know so we can have a look on it.

    P.S. We suggest you to check http://themes.muffingroup.com/betheme/documentation/#theme-customizations where we left a short explanation of how to use classes. If this won't be enough, we recommend to read some articles in the web.
  • As I indicated in my first post, I am new at this - with Wordpress and how to modify it. Please be mindful of this and respond accordingly.

    The Under Construction setting has been turned off.

    Class name has been renamed to fh-comm.

    The link you provided points to How to Add New Product in your documentation - is this correct?

    The css class naming articles I have read have a period in front of the class name.
  • You still have maintenance mode active. Maybe you can tell us how can we check what you want with Maintenance mode?
Sign In or Register to comment.