Forum Replies Created
-
AuthorPosts
-
November 18, 2019 at 7:57 am in reply to: URGENT: How to remove just the Author Name from footer theme credit #226462pworden1Participant
Also, if I purchase the theme, how will I update it while keeping the child theme work I’ve already done? When I made the child theme, I had to rebuild quite a lot. Fortunately, there’s not a lot of site content yet.
pworden1ParticipantWhile waiting, I added a variation of what I already had. Here’s what’s working:
.header-center-layout .site-branding {
width: auto;
}
.header-center-layout .site-branding {
margin: 0 auto;
}So does the second code replace the first? I am obviously not familiar with custom CSS. I also seriously need to remove the “by wordenabode” at the footer. Under the Copyright, it says Child of High Responsive by wordenabode. !! My client will go ballistic about that.
pworden1ParticipantActually, it works on the desktop view, but NOT on mobile view. :\ I used this code:
.header-center-layout .site-branding {
width: auto;
}Here is the site url again:
http://www.suffernation.comThanks for any help with this!!
pworden1ParticipantNEVERMIND – GOT IT!!
-
AuthorPosts