Jump to content

[Resolved] Text Size


Tidgy

Recommended Posts

Hi everyone,

I am a fairly confident user of Cubecart, but I am struggling to see where I can make some changes to text size.

For example on my shops page : www.tagsandtokens.co.uk/tags.html There are two sub catagories with small image boxes and impossibly small writing! I'd like to make them actually readable :-)  Also, when you scroll down the page the large bar at the bottom which you click in order to see more also has tiny writing. How do I amend this please?

Thank you

 

Link to comment
Share on other sites

In the Foundation skin template content.category.php, near line 30:

<a href="{$subcat.url}" title="{$subcat.cat_name}"><small>{$subcat.cat_name}</small></a>

Note the <small> tags surrounding the $subcat.cat_name.

This is a tag styled by CSS. So, in the file cubecart.default.css, add this rule - which will override all previous rules:

small { font-size: 80%; }

Adjust to desired size.

You may need to force your browser to reload all the page resources (CSS files, images, etc).

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...