Font size, widget, image size and woo commerce

Hello,

I’ve been reading through the forum and getting a little closer but would feel more confident if you could answer my questions.

  1. How do I change the font/size and align the text in the widget within the footer?
  2. I’ve been trying to work out how to get the image on my homepage (inserted as background image) to size so most of the picture can be viewed on a desktop (seems to work on mobile but bottom of pic cut off on larger screen). Is it the size of the image I upload - can I change it that way?
  3. The text size in general seems to be slipping across pages (and the font I chose in the theme options) - I see the difference between the px settings in theme and then within each page the option to change with the em - just wondering where there is documentation i can read to understand more about this as my site is looking a bit inconsistent - cornerstone has been updated since i last did a major build and it’s confusing me a tad).
  4. Lastly and most importantly - i’m building my first online store and i uploaded the Integrity 01 template but it doesn’t look like that version, mine looks super ugly :frowning: Is there documentation I can read. I have been going through Woo Commerce documentation but there are all these buttons on my page i really want to get rid of.

Thanks for your help.
My website is under construction at present so can’t be viewed without log in details which i’m happy to give if you need. :slight_smile:

Hi there,

Thanks for writing in.

Kindly also provide us with the username of the account so that we can access your site and provide some suggestions.

Thank you.

Thanks have included below

Hi - also just want to add re: font size - I need to find the solution of making it bigger so it works across the whole site (including the Product page which is not a cornerstone edit) - I did try doing this is the Customiser Theme Option but all font sizes were set to 14px and when I changed them it didn’t correspond.

Thanks so much :slight_smile:

Hello @TIDE_ORG,

Thanks for writing in!

Please change the font size in X > Theme Options > Typography and utilize the responsive typography.
To know more about it, please check this out: https://theme.co/changelog/#theme-pro-1-1-0

Hope this helps. Please let us know how it goes.

Thanks, I have managed to alter the text. I’m still wondering how to do that for the footer widget though? Both size and alignment. Thanks a bunch.

HI there,

You will have to add some custom CSS for that.

Please try adding this code to the Global CSS:


.x-colophon.top .textwidget p {
    font-size: 30px;
    text-align: center;
}

Here are some related links for further reading:

Hope this helps.

Awesome, looks beautiful now, a big thanks!

Also wanted to acknowledge how amazing your support/crew are, so generous and helpful and it’s appreciated! :slight_smile:

1 Like

You’re most welcome and thanks for your kind words <3

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.