Homepage spacing, spacing, delivery page bold text

This topic has 8 replies, 3 voices, and was last updated 8 years, 11 months ago ago by Robert Hall

  • Avatar: tbijeux
    tbijeux
    Participant
    March 31, 2015 at 14:51

    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.

    Please, contact administrator
    for this information.
    7 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    March 31, 2015 at 15:38

    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.

    Avatar: tbijeux
    tbijeux
    Participant
    March 31, 2015 at 17:27

    Hi Robert,

    I’ve added the code, and nothing has changed….have a look.

    Thanks

    Please, contact administrator
    for this information.
    Avatar: tbijeux
    tbijeux
    Participant
    March 31, 2015 at 17:32

    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?

    Avatar: tbijeux
    tbijeux
    Participant
    March 31, 2015 at 17:34

    The Delivery page has bolded font which still appears Black, not grey like the rest of the font.

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    March 31, 2015 at 17:44

    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.

    Avatar: tbijeux
    tbijeux
    Participant
    May 4, 2015 at 17:08

    Hi Rob,

    The product code and category still appear black on product pages, even though they are set to grey

    Product code:
    Category:

    Thanks

    Please, contact administrator
    for this information.
    Avatar: Robert Hall
    Robert Hall
    Support staff
    May 4, 2015 at 17:12

    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.

  • Viewing 8 results - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.