Re: Remove Page Titles

How to center a footer image and remove page titles?

PamelaL17
Tourist
9 0 1

Hi! Two hopefully quick questions:

https://shopcestmimi.com

Can't seem to figure out how to center the footer image/logo? Have done this before but can't remember now. 

Also looking to remove the page title on our About page as it isn't necessary. Open to removing on all pages if needed. 

Screen Shot 2021-09-20 at 10.05.53 AM.png

Replies 4 (4)

Zworthkey
Shopify Partner
5581 642 1577

hii, @PamelaL17 
Can you mark your problem what you want so,
I can solve your problem.
thank You.

PamelaL17
Tourist
9 0 1

Hi, I need to move the footer logo to be aligned in the center and to remove the About page title on the about page. Thanks!

Zworthkey
Shopify Partner
5581 642 1577

hii, @PamelaL17 
Paste this code on top of the theme.css file.

@media only screen and (min-width: 992px) {
.site-header__logo {
    margin-left: 42% !important;
}
}
.page-width.about-page {
    display: none !important;
}


Thank you.

PamelaL17
Tourist
9 0 1

Hmm that didn't move the footer logo. Any other idea what might work?

Thx