Thread Starter
page52
(@page52)
Thank you so much – I’ll certainly take a look at this! On another note, I put in CSS code to remove the white box on the home page image, and changed the font size, but want the font size increased on desktop only, not mobile (it’s white font on white and only shows as a giant gap.
I specified font size for @media below, but when I turn my phone sideways the gap appears again – any ideas?
Site is http://www.allaboutcouches.co.za pw couchpotato55
Thanks in advance!
.front-page-content-area .with-featured-image {
background-color: transparent;
box-shadow: none;
border: none;
color: white;
width: 650px;
font-size: 50px;
}
.page .entry-title {
display: none;
}
@media (max-width: 520px){
.site-branding{
background-size: 700px;
}
@media (max-width: 520px){
.front-page-content-area .with-featured-image {
font-size: 1em;
color: black;
text-align: left;
}