Hi There!
I’d like to increase the size of the logo element on our Be Yours theme (home page). https://eventwandererco.com.au/
Does anyone have any advice on how this may be achieved. Thanks!
Hi There!
I’d like to increase the size of the logo element on our Be Yours theme (home page). https://eventwandererco.com.au/
Does anyone have any advice on how this may be achieved. Thanks!
Hi [email removed]EventWandererCo,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file → Save
.header__heading-link img {
width: 300px !important;
height: auto !important;
max-height: 100px !important;
}
Hope my solution works perfectly for you!
Best regards,
Victor | PageFly
Apologies that’s not quite what I meant. There is a supplier logo element towards the bottom of the page; this is the element I am trying up increase the size of. Thanks!