Font size, colour and layout

  • Posts: 51
  • Thank you received: 1
8 years 2 months ago #267326

-- url of the page with the problem -- : honeysuckleyard.com/index.php
-- HikaShop version -- : 3.0.1
-- Joomla version -- : 3
-- PHP version -- : 5.1
-- Browser(s) name and version -- : Chrome
-- Error-message(debug-mod must be tuned on) -- : Need advice on where to change the appearance of URL Fonts sizes and color.

1. Where can i find the font size of the links in this area, can you be specific of where to look heading, line number and so on.

honeysuckleyard.com/index.php/product/catagories

2. I need to change the colour of the links in the product panels to a darker grey.. they are difficult to see.. again can you help with specific of where to look heading, line number and so on. please see the attached.

Thanks


Kitt
Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 83989
  • Thank you received: 13604
  • MODERATOR
8 years 2 months ago #267346

Hi,

If you follow our documentation on customizing the CSS on your website ( www.hikashop.com/support/documentation/1...ize-the-display.html ), you'll see that these a tags have CSS on them either directly in the header of the page (added by your template, I suppose in the index.php file), or in the templates/YOUR_TEMPLATE/css/template.css file of your template:
monosnap.com/file/7amtFlp0eR8TtHT4ab6S6sUYKqxJn8
So you need to check with your template provider as HikaShop is not involved here.

But in any case, if you want to force something, you don't know to know where it is styled.
For example, for the product name links, you can simply add such CSS:
.hikashop_product_name a{ color : green !important; }
in any of the CSS files loaded on the page (be it the HikaShop frontend or style CSS files or your template CSS files), anywhere in them (provided it is valid CSS), and it will work.

The following user(s) said Thank You: kittdrury

Please Log in or Create an account to join the conversation.

Time to create page: 0.054 seconds
Powered by Kunena Forum