Header Height & Advanced Button Issue

This topic has 13 replies, 4 voices, and was last updated 8 years, 3 months ago ago by Eva Kemp

  • Avatar: beals
    beals
    Participant
    November 23, 2015 at 15:45

    Hi

    Im working locally so cant give you login access but i have 2 issues

    1. The header height when using header 1 is too big. How can i resize to be the same as the sticky header?
    2. Advanced button on VC doesnt seem to work. When i set a hover background, it doenst change to the color i want, only gray.

    Please, contact administrator
    for this information.
    12 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    November 23, 2015 at 16:09

    Hello,

    Please provide us with link to the page and wp-admin access in Private Content.

    Regards,
    Robert Hall.

    Avatar: beals
    beals
    Participant
    November 23, 2015 at 16:11

    Hi Robert

    Im working locally so cant give you login access

    Avatar: Robert Hall
    Robert Hall
    Support staff
    November 23, 2015 at 16:18

    Hello,

    1) Please try to add the following code in Theme Options->Custom CSS->Global Custom CSS.

    .navbar {
        padding: 5px 0;
    }
    

    2) Sorry, but without credentials we can’t check why it’s not work.
    Can you upload your site to some hosting and provide us with credentials?

    Regards,
    Robert Hall.

    Avatar: beals
    beals
    Participant
    November 23, 2015 at 16:27

    Hi Robert

    Thanks but that doesnt work.

    Ill try upload my site and come back to you.

    Thanks

    Avatar: Robert Hall
    Robert Hall
    Support staff
    November 23, 2015 at 17:30

    Ok, looking forward to your reply.

    Regards,
    Robert Hall.

    Avatar: beals
    beals
    Participant
    January 26, 2016 at 12:01

    Hi Robert

    Delayed but my site has now been uploaded.

    I need to find out how to do the following:

    1. The header height when using header 1 is too big. How can i resize to be the same as the sticky header?

    2. Advanced button on VC doesnt seem to work. When i set a hover background, it doenst change to the color i want, only gray.

    3. How can i change the height of the footer so it has a 0 margin to the content above it?

    Login detail below

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    January 26, 2016 at 13:06

    Hello,

    1. Please add this code in Theme Options > Custom CSS > Custom CSS for desktop:

    .navbar {
        padding: 10px 0px;
    }
    .content-page, .page-content {
        margin-top: 0px;
    }

    2. Add this code in Global Custom CSS:

    .ubtn-top-bg .ubtn-hover {
       background-color: inherit !important;
    }

    3. Us this css code:

    .page-content {
        margin-bottom: 0px;
    }

    Regards,
    Eva Kemp.

    Avatar: beals
    beals
    Participant
    January 26, 2016 at 13:16

    Thanks Eva

    Worked a treat.

    How would i change the gold colour that appear in the posts widget?

    Avatar: stan
    Stan Russell
    Participant
    January 26, 2016 at 14:31

    Hello beals,

    please show on screenshot what content do you want to change and which color do you want to have for it. We will provide you with needed css code.

    Regards,
    Stan Russell.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    January 26, 2016 at 15:41

    Hello,

    You can try use this code in Global Custom CSS.

    .sidebar-widget .blog-post-list .date-event{
        background-color: #7B5C1A;
        outline-color: #fff;
        border-color: #A91C1C;
    }

    Regards,
    Robert Hall.

    Avatar: beals
    beals
    Participant
    January 26, 2016 at 16:42

    Thanks Robert

    Worked a treat!

    Avatar: Eva
    Eva Kemp
    Support staff
    January 26, 2016 at 17:10

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

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

The issue related to '‘Header Height & Advanced Button Issue’' has been successfully resolved, and the topic is now closed for further responses

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