Community Forums › Forums › Archived Forums › Design Tips and Tricks › Minimum Pro theme – help please
- This topic has 5 replies, 2 voices, and was last updated 11 years, 7 months ago by
renwil.
-
AuthorPosts
-
February 11, 2015 at 3:02 pm #140514
renwil
ParticipantA couple of issues:
I am working on this site and have a couple of questions. I want to make the background image full size. How can I do that?
I would like for the site title to not show, but I don't want to remove it from the settings.
I don't have the site published yet, but for anyone that is able to help me, I can send you the log in information via PM.
Thanks in advance,
Renee
February 12, 2015 at 8:08 pm #140667Tonya
MemberHi Renee,
Let's see if we can figure this out together.
1) For a full-size background image, you can do this in 2 ways: (1) with CSS and (2) with backstretch.js. For the CSS method, you do the following (Note: change body to whatever tag you are targeting):
body { background-image: url(//theurlhere); /* or if you are loading it using Customizer, then you do not need this per sey */ background-attachment: fixed; background-color: #fff; /* pick a color here to load as default */ background-position: 50% 0; background-repeat: no-repeat; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; }2) For the site title, I'm going to make an assumption that you have a logo and want the words to not display. In that case you do the following:
.site-title a, .site-title a:hover { text-indent: -9999px; }This text-indent kicks it off of the page.
I hope that helps you out.
Cheers,
Tonya
Software & Electrical Engineer and Programming Teacher · I’m on a mission to help developers be more awesome.
Find Me: KnowTheCode.io | @hellofromTonya | Profitable WordPress Developer BootcampFebruary 14, 2015 at 8:20 pm #140879renwil
ParticipantHi Tonya,
Thanks for the response. I changed the code for the title, but it still shows on the page. I don't want to use a custom header. The background image has her name in it.
For the background image, I'm not exactly sure where to add that code. 🙁
February 14, 2015 at 8:29 pm #140880renwil
ParticipantAnd I don't want the image to take up the whole front page. I just don't want it cut off. I can send you the log in information so you can see it. I don't want to take it out of maintenance mode yet.
February 14, 2015 at 8:32 pm #140881Tonya
MemberIf you'd like to send me the login credentials, let's do that privately. I don't have PM here. But you can use my contact form.
Software & Electrical Engineer and Programming Teacher · I’m on a mission to help developers be more awesome.
Find Me: KnowTheCode.io | @hellofromTonya | Profitable WordPress Developer BootcampFebruary 14, 2015 at 10:33 pm #140890renwil
ParticipantThanks again for all of your help Tonya!
-
AuthorPosts
- The topic ‘Minimum Pro theme – help please’ is closed to new replies.