Title: CSS
Last modified: August 22, 2016

---

# CSS

 *  Resolved [creativeminds123](https://wordpress.org/support/users/creativeminds123/)
 * (@creativeminds123)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/css-84/)
 * i am currently using the full upgraded version of this plugin.
    I am not experienced
   in writing CSS and although i see where to put in the custom CSS i do not know
   what to type to change the font size and colour.
 * The default font size seems to be very small!
 * Can anyone help me with this please
 * Thanks!
 * [https://wordpress.org/plugins/ultimate-product-catalogue/](https://wordpress.org/plugins/ultimate-product-catalogue/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [etoilewebdesign](https://wordpress.org/support/users/etoilewebdesign/)
 * (@etoilewebdesign)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/css-84/#post-5772897)
 * Hi creativeminds,
 * Would you mind posting a link so we can take a look and see if we have any suggestions?
 * Thanks!
 *  Thread Starter [creativeminds123](https://wordpress.org/support/users/creativeminds123/)
 * (@creativeminds123)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/css-84/#post-5772899)
 * Hi,
 * Thank you for the response- the website is currently in draft stages but:
    [http://justvehiclerental.mystagingwebsite.com/short-term-car-hire/](http://justvehiclerental.mystagingwebsite.com/short-term-car-hire/)
 * I have not yet added all my products- only a couple of tests while i try and 
   sort out the design!
 * Clearly red is the brand so would be good to implement this in places and to 
   increase the font size as it is particularly small.
 * Thanks again!!!!
 *  Thread Starter [creativeminds123](https://wordpress.org/support/users/creativeminds123/)
 * (@creativeminds123)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/css-84/#post-5772900)
 * Hi,
 * The website is currently in the design stages but here is a link:
    [http://justvehiclerental.mystagingwebsite.com/short-term-car-hire/](http://justvehiclerental.mystagingwebsite.com/short-term-car-hire/)
 * I have only added a couple of test products while i try and sort out the design.
   Clearly the brand is red so it would be good to try and implement this and increase
   the font size as it is particularly small.
 * Thanks for the response!!
 *  [etoilewebdesign](https://wordpress.org/support/users/etoilewebdesign/)
 * (@etoilewebdesign)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/css-84/#post-5772908)
 * Hi creativeminds,
 * The specific code will vary depending on how you want it to look and what size
   font you are interested in as well at what elements you would like to style red,
   but I can try to point you in the right direction.
 * It looks like your font size is being inherited from your theme and that is what
   is making it so small. You could try adding some code to the ‘Custom CSS’ box
   on the “Options” page to see if you can override this, for eg. try adding:
 *     ```
       .prod-cat-container {font-size:1.4em;
       }
       ```
   
 * If that doesn’t work it is likely because it is still inheriting the styles from
   your theme.
 * As far as implementing the red this would also be a fairly straightforward change
   you could make in the ‘Custom CSS’ box depending on which elements you would 
   like to style as red. For eg. if you would like the price to be red you could
   add:
 *     ```
       .prod-cat-price {color:red;
       }
       ```
   
 * A useful place to get started learning about CSS is here: [http://www.w3schools.com/css/](http://www.w3schools.com/css/)
 * Hope that helps get you started.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘CSS’ is closed to new replies.

 * ![](https://ps.w.org/ultimate-product-catalogue/assets/icon-128x128.png?rev=1805317)
 * [Ultimate Product Catalog](https://wordpress.org/plugins/ultimate-product-catalogue/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ultimate-product-catalogue/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ultimate-product-catalogue/)
 * [Active Topics](https://wordpress.org/support/plugin/ultimate-product-catalogue/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ultimate-product-catalogue/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ultimate-product-catalogue/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [font colour](https://wordpress.org/support/topic-tag/font-colour/)

 * 4 replies
 * 2 participants
 * Last reply from: [etoilewebdesign](https://wordpress.org/support/users/etoilewebdesign/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/css-84/#post-5772908)
 * Status: resolved