Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author HelgaTheViking

    (@helgatheviking)

    This is a bit out of scope for this plugin, but you should be able to use body classes. The product page will have a different body class from the category archives. Check the <body> tag with an element inspector such as firebug.

    Hi,
    Im using this plugin, I want to change the font color of the subtitle, how can I do that?
    Thanks!

    Plugin Author HelgaTheViking

    (@helgatheviking)

    In the future, please read the FAQ and then if you still have a question create your own thread.

    That was precisely what I did, I didn’t find the answer, because I’m not an experienced programmer, so I came here searching for more specific help of how to style, wish css file I should modify, because with the few things you said I didn’t understand. If this is a forum just for advanced programmer, sorry. I will find help somewhere else or use another plugin. Maybe in the future you can make a plugins with more obvious options. Thanks for the answer.

    Plugin Author HelgaTheViking

    (@helgatheviking)

    From the FAQ:

    How do I style the subtitle?
    If you have wrapped the subtitle in an H2 tag with the class of subtitle like in the second example above, you can then style it any way you’d like.

    h2.subtitle { color: pink; }

    That’s a CSS style rule, so it must go in a stylesheet. The easiest choice is probably your theme’s style.css file.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘CSS Styling subtitle’ is closed to new replies.