New Landing › How can we help? › Atelier › How to get rid of this line on the menu + underline of subject header
And do you how to change page title transparent Kyle? Sorry I misunderstood you.
You edit the page bg colour in the Page Meta Options, you will just have to set it to the same colour as your bg
– Kyle
As you can see in attached image, I’m at Page Meta, but couldn’t find any option to change bg color.
It’s on the page title tab
Many thanks Klye, I changed on Page title bg now.
Do you know how to change ‘Read More’ color box bg to transparent, but with Black border? Please see in attached image.
Add this:
.standard-items .blog-item .read-more-button, .mini-items .blog-item .read-more-button { background-color: transparent !important; border: 2px solid #111; }
Many thanks Kyle.
Do you know how to change ‘Share’ font to normal font? Please in attached image.
Hi,
Please use this:
h3.share-text { font-family: Karla, sans-serif; }
Thanks.
Hi David,
Many thanks.
Do you know to change my product info into the middle side instead of on the left side? Please see in attached image. And if there’s any chance I can put my brand name above the product name?
You want to put the category above the product title?
No, but I like to put my brand name above product name and put all the info in the middle. Please see in attached image.
Unfortunately you would need to hire a web developer to make that change.
Thanks, David.
I see. What about moving all the info into the middle instead of left side?
Please use the Chrome inspector tool, you can see what CSS is applied to the div’s and then see what CSS you can change.
For example, to center text:
.products .product .product-details { text-align: center; }
Thanks so much David. I just checked on my product page, apparantly ‘Share’ is still the same font, not the normal one yet.
http://sydneyromantics.com/?product=belmore-shirt
You must be logged in and have valid license to reply to this topic.