New Landing How can we help? Themeforest Theme Support Dante Menu/Header questions

Viewing 15 posts - 1 through 15 (of 17 total)
  • Posted in: Dante
  • #102109
    pbi design
    Member
    Post count: 82

    Hello,

    I am trying to make the following changes. Can you let me know what custom CSS I need to make these changes:

    1. remove underline on menu links globally – on hover as well
    2. is there any other way to control/affect the header opacity for header 6, since the setting in theme options only works with headings 3, 4 and 5?
    3. I have already looked up and used the following CSS to try and reduce the padding at the top of the logo, but I can’t get it to be less than 15px. Is there anything else I can do? Essentially, I don’t need the logo to be centered, but at a fixed distance from the top.

    #header-section {
    height: 120px;
    padding: 0px 0;
    }
    .page-heading {
    padding-bottom: 0px;
    padding-top: 0px;
    }

    Thanks.

    #102166
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    1-Please use this custom css:-
    nav#main-navigation .menu > li > a span.nav-line{background-color: #fff;}

    2- Its not possible to header 6.

    3- I am not getting this issue so please explain with marked screenshot.
    Thanks 🙂
    With Best Regards
    Mohammad

    #102448
    pbi design
    Member
    Post count: 82

    about item 3:
    here is the screen shot. the logo placement is indicated in red. Because of the pulse icon above the name the word EVOLUTION is too low in the header. I want to move the logo up a bit, so the word EVOLUTION appears centered, even if the full image is higher and not centered. Does this make sense?

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #102674
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the custom css bellow.

    
    .header-6 .container{
    margin-top: -10px!important;
    }

    -Rui

    #102716
    pbi design
    Member
    Post count: 82

    thanks!

    #102838
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem.
    -Rui

    #155386
    crystallisspecimens
    Member
    Post count: 113
    This reply has been marked as private.
    #155390
    crystallisspecimens
    Member
    Post count: 113
    This reply has been marked as private.
    #155393
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Where’s you add to cart button?

    – Kyle

    #155480
    crystallisspecimens
    Member
    Post count: 113

    Hi Kyle,

    My add to cart button is next to the products (on a single page) but it only appears when a customer is logged in.

    On the cart page the top line does not appears. But it appears in the checkout page.

    Let me know.

    #155489
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Well then I’ll need a login to add a product to my cart..

    – Kyle

    #155510
    crystallisspecimens
    Member
    Post count: 113
    This reply has been marked as private.
    #155584
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    .woocommerce .help-bar {
      border-bottom: 1px solid #e4e4e4;
    }

    – Kyle

    #155587
    crystallisspecimens
    Member
    Post count: 113

    Hi Kyle,

    This action will include an extra bar below this:

    Email Customer CareShipping InformationReturns & ExchangeFAQs

    Then I will have two bars: one on the top and one below.

    I want no bars at all. If possible.

    Thank you.

    #155603
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Sorry, pasted the wrong part, should be:

    .woocommerce .help-bar {
      border-top: none;
    }

    – Kyle

Viewing 15 posts - 1 through 15 (of 17 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register