Hi everyone,
I would like to insert an horizontala full length horizontal line under the name of the collection on every collection pages.
Can somebody help me?
Hi everyone,
I would like to insert an horizontala full length horizontal line under the name of the collection on every collection pages.
Can somebody help me?
@Anonymous - please share your website url and Password if any
here the website www.cosantiboutique.it
@Anonymous - your site page leaves padding around pages and hence line like this is possible, edge to edge will not work with this page structure, for this you need to add given css to the end of your css file
.page-title {
border-bottom: solid 1px #000;
}
looks nice, can it be a lil bit lower? Don’t know anything bout coding. Where I should put this code? Thanks a lot
Dear @Anonymous
Hope this will help
/* Start */
.template-collection .page-title {border-bottom: 1px solid #000;padding-bottom: 5px;}
/* End*/
It works, awesome. Thank you very much ![]()