Shop Categories

X

Transfer the Agama pro to another site.

Home Forums Agama Pro Transfer the Agama pro to another site.

Topic Resolution: Resolved
Viewing 15 posts - 166 through 180 (of 246 total)
  • Author
    Posts
  • #27243
    Vladimir Berlizov
    Participant

    Perfect!

    Is it possible to drop below the social icons in the desktop view in the footer. But only in desktop view. In other views, everything is fine.

    And how do I change the color of the text on a page like alkogol.
    The color of the text is inherited, but I can’t understand from where?

    Regards

    #27244
    Zex
    Moderator

    Hi, Vladimir!

    Try to go with the following codes:

    
    @media (min-width: 992px){
    #colophon .site-info{
      float:none!important;
    }
    #colophon .social {
      float: right;
     }
    }

    Regrads

    #27245
    Zex
    Moderator

    As for the text color…

    You have set up this text color in your Elementors text widget.

    https://prnt.sc/t6s5tg
    https://prnt.sc/t6s7m4

    #27248
    Vladimir Berlizov
    Participant

    Perfect!

    And, apparently, the last questions.
    How to change the attributes of the menu block (color, size) in the header
    and when the drop-down menu is selected, it is displayed on a white background.
    How to replace it?

    Vladimir

    #27249
    Zex
    Moderator

    Hi, Vladimir

    The main menu attributes can be changed from Customizing->Navigations->Navigations primary menu.
    https://prnt.sc/t6wwmz

    Here are the codes to modify the submenu appearance:

    /*Submenu background color*/
    #masthead nav:not(.mobile-menu) ul.sub-menu {
        background-color: black!important;
        border-bottom-color: transparent!important;
    }
    /*lines between the submenu items*/
    #masthead nav:not(.mobile-menu) ul.sub-menu li {
        border-top-color: red!important;
    border-bottom-color: red!important;
    }

    Change the colors as you wish.

    Regards

    #27251
    Vladimir Berlizov
    Participant

    Yes, but it doesn’t work in mobile versions

    #27252
    Zex
    Moderator

    Hi,

    There is an option in the customizer to change the mobile menu background color:
    https://prnt.sc/t75v7l

    Regards

    #27254
    Vladimir Berlizov
    Participant

    Is it possible made transparent menu background in the mobile version?

    #27258
    Zex
    Moderator

    Hi, Vladimir!

    Try the following code:

    nav.mobile-menu {
        background: transparent!important;
    }

    Regards

    #27260
    Vladimir Berlizov
    Participant

    Perfect!

    I made the menus more compact in mobile form. How to position it in the middle?

    #27261
    Zex
    Moderator

    Try the following:

    nav.mobile-menu>ul.menu>li{
        text-align: center!important;
    }

    Also, I think you need the following code too:

    .mobile-menu-icons {
        padding-right: 0px!important;
    }
    • This reply was modified 3 years, 4 months ago by Zex.
    #27265
    Vladimir Berlizov
    Participant

    Yes, sure!

    #27274
    Vladimir Berlizov
    Participant

    How can I reduce the drop-down menu in the main menu on desktop view?

    #27277
    Zex
    Moderator

    Hello, Vladimir!

    What exactly you need to reduce? (the width, height, font size…)

    If you meant the width of the submenu, try this code:

    .sticky-nav ul.sub-menu {
        min-width: auto!important;
    }
    • This reply was modified 3 years, 4 months ago by Zex.
    #27279
    Vladimir Berlizov
    Participant

    Height

Viewing 15 posts - 166 through 180 (of 246 total)
  • You must be logged in to reply to this topic.