Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1136756
    nezzazvoni
    Participant

    Hi,

    I would like to remove the border line which is above the content on my homepage. Can you help me? It spoils the desired effect of revolution slider.

    Thanks

    PS: I will send the login information in the next post.

    #1136760
    nezzazvoni
    Participant
    This reply has been marked as private.
    #1136897
    Christian
    Moderator

    Hey there,

    Please add the code below in your Appearance > Customize > Custom > CSS

    .page-template-template-blank-1-php .x-slider-container.below, .page-template-template-blank-2-php .x-slider-container.below, .page-template-template-blank-3-php .x-slider-container.below, .page-template-template-blank-4-php .x-slider-container.below, .page-template-template-blank-5-php .x-slider-container.below, .page-template-template-blank-6-php .x-slider-container.below {
        border-bottom: 0;
    }

    Hope that helps. 🙂

    #1136956
    nezzazvoni
    Participant

    Superb, thanks!

    #1136981
    nezzazvoni
    Participant
    This reply has been marked as private.
    #1137087
    Rupok
    Member

    Hi there,

    It seems you have placed some CSS like this that not working everywhere :

    .ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target, .ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target, .ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target {
      background: #ffffff none repeat scroll 0 0;
      color: #ef4136;
    }

    Can you confirm where you are using this? I can’t see this on Customizer. Are you using this on page level CSS?

    Let us know.

    #1137109
    nezzazvoni
    Participant

    I honestly have no idea, I am not even capable of creating something like this…

    #1137239
    Joao
    Moderator

    Hi There,

    Try adding the following code to Appereance Customizer Custom CSS

    .ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target, .ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target, .ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target {
      background: #ffffff none repeat scroll 0 0 !important;
      color: #ef4136 !important;
    }

    Let us know how it goes,

    Joao

    #1138109
    nezzazvoni
    Participant

    Well, the menu is now ok again. Should I copy the code anyway to prevent future problems?

    #1138124
    Paul R
    Moderator

    Hi,

    No need to add the code if it is already working.

    Thanks

    #1138271
    nezzazvoni
    Participant

    Hi again,

    I had to insert the code after all, because the menu started behaving oddly again. The code solved it (for now), thanks. But it seems I have another menu related issue – the search icon is not displayed in the menu, but under it although there is space for new menu item – what can I do about it? It was not a problem in the theme original menu, I think it has something to do with the Ubermenu.

    Thanks.

    #1138610
    Nabeel A
    Moderator

    Hi again,

    Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    .x-menu-item-search {
        float: left !important;
        margin-top: 11px !important;
    }

    Let us know how this goes!

    #1141168
    nezzazvoni
    Participant

    Solved, thanks! 🙂

    #1141196
    Christian
    Moderator

    You’re welcome. Glad we could help. 🙂

  • <script> jQuery(function($){ $("#no-reply-1136756 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>