This topic has 8 replies, 3 voices, and was last updated 9 years, 6 months ago ago by Robert Hall
Hi there,
First off, sorry for all the questions, but I thought I would put them all together!
SPACING
——-
Is there a way to make the spacing on my home page not double spaced? here is a lot of white space.
For example, the first image which is centered below my logo, there is lots of white space above and below image.
Arrows to navigate the featured images are 3 inches away from the images, and navigating circles underneath the slider are also 3 inches below the images. There do not need to be that far away, takes up too much room. How can I reduce the spacing around the image?
Also in the footer, there is a lot of space underneath separator bar on top of footer and underneath footer. How can I remove the extra space?
Footer hyperlinks appear Black, and not the color of the rest of the font. How can I fix that?
How can I reduce the spacing below the Footer Headings? it is double spaced and it too much.
Delivery Page
————-
On my Deliver page, all Bold text appears Black, and not the color that I have specified in my theme settings, which is grey. I would like it to appear bold, but in the color as specified in my theme specifications which is grey.
Hello,
1) Please add this code in custom.css file:
.header{
margin-top: 10px;
margin-bottom: 10px;
}
2) It would be better if you uploaded the images the same size.
3) Please add following code in custom.css file:
.items-slider{
margin-bottom: 00px;
}
Also you need to remove some row via Visual Composer plugin. It creates extra space. See screenshot: http://prntscr.com/6npfpr
4) Please add following code in custom.css file:
footer a{
color:#787373;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
Hi Robert,
I’ve added the code, and nothing has changed….have a look.
Thanks
sorry the font is grey in the footer.
There is still extra space above and below the Footer headings. Our About our company, Our company etc….
The slider images appear the same….
If the images are the same size would it fix this issue?
The Delivery page has bolded font which still appears Black, not grey like the rest of the font.
Hello,
Please add this code in custom.css file:
.footer .container {
padding-top: 10px !important;
}
To change color for bold font use this code:
strong {
color: #787373 !important;
}
Could you please clarify your questions about images?
Regards,
Eva Kemp.
Hi Rob,
The product code and category still appear black on product pages, even though they are set to grey
Product code:
Category:
Thanks
Hello,
To change their color please add this code in custom.css file.
.single-product-page .product-info .sku_wrapper,
.single-product-page .product-info .posted_in{
color:#43bfbf;
}
Regards,
Robert Hall.
Tagged: best selling, bold text, delivery, homepage, spacing, themes, woocommerce
You must be logged in to reply to this topic.Log in/Sign up