Okay
  Public Ticket #677600
Alternative Color Styling
Closed

Comments

  • Tim started the conversation

    In The Fox > Main Content Styling

    How do you utilize the Alternative Colors.... such as:

    Alternative Background Color

    Alternative Heading Color

    Alternative Text Color

    We only see the \"main colors\" throughout the site ? We haven\'t seen where they\'re use or how to use them.

    Is there any way to use them throughout the site as a second option to our default color styles?

    ALSO

    Is there a way to change the colors of the individual heading types (h1,h2 etc) in The Fox > Typography?

    Whenever a color is chosen for any giving heading type in The Fox > Typography it seems like that color should override the selection in the The Fox > Main Content Styling

    There is an option to change the font colors for each heading type, but any colors chosen always seem to be over ridden by the color selected for \"Main content Heading Color\" in The Fox > Main Content Styling. So all the headings, h1-h6 are ONE color.

    Thanks
    Tim

  •  895
    TheFox replied

    Hello Tim,

    The Alternative Background color, etc are used for some of the default color of our modules, but since you can also change the color directly from the color you may not see it if you have imported the demo and didn\'t modified the page content ( module settings ).

    For the h1 to h6 settings, the color don\'t change because this would overwritte the style of custom plugins and also the header and footer heading color.

    If you want to change the h1 to h6 color you can add custom css ( thefox > styling options ) :

    h1 { color:#000000; }

    if you want to have all h1 to be same color you can add !important :

    h1 { color:#000000!important; }

    Do not hesitate to contact us if you have more questions.

    Regards.