Two questions Footer and color - by pro2know

This topic has 6 replies, 3 voices, and was last updated 9 years, 2 months ago ago by Eva Kemp

  • Avatar: pro2know
    pro2know
    Participant
    January 19, 2015 at 16:04

    1. How do I get ride of the extra space under the footer. http://i1381.photobucket.com/albums/ah239/p2kwebdesign/Footer_zps74242e27.png
    I am not sure what I have not done to give that much extra space.

    2. How can I add different color background to different sections of the page? Like have a different color for the header, then for middle, then for the footer?

    also if I could get the updated master slider and visual composer emailed to the address below

    Please, contact administrator
    for this information.
    5 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    January 19, 2015 at 16:39

    Hello,

    To remove extra space under the footer add this code into custom.css file.

    .main-footer .wpb_row{
    margin-bottom:0px;
    }

    To change backgroun-color for header add this code:

    header{
    background:red;
    }

    To change backgroun-color for middle content add this code:

    .page-wrapper{
    background:red;
    }

    To change backgroun-color for Footer add this code:

    footer{
    background:red;
    }

    Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.

    Also I’ve sent you latest version of master slider and visual composer plugin. Please check your email address.

    Regards,
    Robert Hall.

    Avatar: pro2know
    pro2know
    Participant
    January 20, 2015 at 04:43

    Everything worked except the footer color did not change since I am using a static block with custom footer is it different. I set them all to the same color just testing it out but will change later but the footer is the only thing that did not change.Then I just noticed on my products page that my footer doesn’t show up even though I have it selected just like the other pages.

    Please, contact administrator
    for this information.
    Avatar: Robert Hall
    Robert Hall
    Support staff
    January 20, 2015 at 09:10

    Hello,

    In your case try to add this code into custom.css file.

    .main-footer-1{
    background:#FFEDED;
    }

    Also please provide us with FTP credentials in Private Content.

    Regards,
    Robert Hall.

    Avatar: pro2know
    pro2know
    Participant
    January 20, 2015 at 13:45

    That worked for the footer I forgot to ask a couple other besides the footer not showing up under the product section.

    1.How do I change the background color of the fixed navigation?

    2.How can I change the color of the text in the menu bar (active and not active color)along with the “My Account and Logout”

    3.How do I change the background color of the drop down menu(fixed and standard)?

    4.Is there any SEO plugin that is recommend that works better with your themes or do they all work similar?

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    January 20, 2015 at 15:18

    Hello,

    1. Please add this code in custom.css file:

    .fixed-header-area {
       background-color: #FFF !important;
    }

    Change color value to yours.
    2. Use this code:

    .menu > li > a {
        color: #000;
    }
    .menu > li.current-menu-item > a {
        color: #000;
    }

    For top links:

    .header-type-8 .navbar-header .top-links ul li a {
       color: red;
    }

    3. Add the code to custom.css:

    .menu .nav-sublist-dropdown {
        background-color: #FFF;
    }

    4. Sorry, but you should choose yourself what plugin to use. You can test some of them. For example, you can try to use this one https://wordpress.org/plugins/all-in-one-seo-pack/

    Thank you.
    Regards,
    Eva Kemp.

  • Viewing 6 results - 1 through 6 (of 6 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.