Category page titles – update to be left aligned
-
Hi there,
Is there any way to update the category page titles to be left aligned? I appear to only be able to centre or right align them.
I just want them to be consistent with the standard page titles that are left aligned.
Cheers,
Todd
Hello,
Thank you for the question.
Here is a code snippet you can place into Custom CSS section in Theme Settings to achive this
.title-shop .nav-shop h1 {
float:none;
margin-left:0;
}
Regards
Great thanks, that works fine but now the title is displayed over the small navigation arrow as per the image below. Is it also possible to hide this arrow from the category pages?
https://www.dropbox.com/s/1svv8ss7k9eev6r/Screen%20Shot%202016-10-12%20at%208.36.09%20AM.png?dl=0
Sure, use this code snippet for that
.title-shop .basel-back-btn {
display: none;
}
Regards
Thanks a lot appreciate the quick response.
The topic ‘Category page titles – update to be left aligned’ is closed to new replies.