• Resolved cherylAZ

    (@cherylaz)


    I’m using Storefront/WooCommerce to build a website. 4 things I’m wondering how I can achieve without editing the code. I’m willing to purchase an extension if one exists that allows me to do the following:

    (1) change the footer to remove the “Built with” message and replace it with my own

    (2) within a text block, to highlight and change font/color of only specific words, not the entire block

    (3) make the logo much larger, i.e to cover the entire top (it is not working well if I set it to a header instead).

    (4) reorder the items on the menu (not sure where they’re even set as it doesn’t appear in the menu tab in Storefront).

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Jim

    (@smokingblends)

    Site looks good.

    This should help you get rid of the Built with message.

    Here is some css code for your logo. Do you see the max-width setting? That is where you can change the size.

    Put this code in the css area in the customizer and adjust the max-width setting until you get it how you want it. Very fast and easy.

    @media (min-width: 768px)
    .site-header .site-branding img {
    height: auto;
    max-width: 230px;
    max-height: none;
    }

    To find this code all I had to do was go to your site and click on the logo, right click and then click “inspect”. You can change the settings and see the results right on your page.

    Check out this video of you do not know where css field in the customizer is.

    • This reply was modified 6 years ago by Jim.
    Thread Starter cherylAZ

    (@cherylaz)

    Thanks! I’m really hoping to find a way to do all this without having to use html or css codes. I’m happy to purchase an add-on or extension, if such a one exists.

    Jim

    (@smokingblends)

    Leaning how to find and change css code is very easy. If you were to go to the Storefront forum, I would bet there are allot of people over there using css to customize their site.

    Give it a shot before writing it off.

    Good luck!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘4 things I need to do’ is closed to new replies.