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

    (@etoilewebdesign)

    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

    (@creativeminds123)

    Hi,

    Thank you for the response- the website is currently in draft stages but:
    https://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

    (@creativeminds123)

    Hi,

    The website is currently in the design stages but here is a link:
    https://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

    (@etoilewebdesign)

    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: https://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.