Jump to content

Change H1 font size


Syler

Recommended Posts

Yes.

Except for any rule property that has !important after it. And except for any style declared directly in the HTML tag, such as <p style="color:green;">. And except for any rule that is much more specific than what you want to change, such as:
#page_content #product_wrapper #product_description h1 { font-size:1.25rem; }
which will only apply to h1 tags that are part of the product description that is part of the View Product page that is part of the main content -- as opposed to anything else that wants to be an h1.

So, mostly yes. You just have to make sure your rules in cubecart.default.css (which gets loaded last and that is why it overrules earlier loaded rules) are more, or just as, specific than what you want to overrule.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...