Shop Categories

X

Agama Pro: menu subcategories colors+ mobile logo size + word-brake + more

Home Forums Agama Pro Agama Pro: menu subcategories colors+ mobile logo size + word-brake + more

Topic Resolution: Resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11743
    Lorena
    Participant

    Hi there,

    In Agama Pro I need to:
    1. Change the background & text colour of primary & mobile menu subcategories
    2. In the mobile menu, subcategories should not appear as +, just appear bellow (like in primary)without any additional caracter or bullet point…
    3. When I change from desktop to mobile web, the text & logo size does not change in the mobile version
    4. I want to desable the word-brake function (I don´t want the page to brake words into 2 differents lines)
    5. When the web is “thinking/waiting” it shows a pig icon in the middle of the screen … where can I change the image or disable it?
    6. I have tried to change the HP slider, and in order to do so I had need to deactivate all slider plugins and disable in setup options & erase all slider info. Did I get it roght or there is a simpler way to do this?

    Thanks,

    Lorena G.

    #11744
    Zex
    Moderator

    Hello,Lorena!

    1. Insert the following codes into Customizing->General->Additional CSS:
    (Change the color codes per your needs)

    .sticky-header .sub-menu li,
    .mobile-menu .sub-menu li {
    background: #A2C605!important;   
    }
    .sticky-header .sub-menu a,
    .mobile-menu .sub-menu a{
    color:#FFF!important;
    }
    .sticky-header .sub-menu a:hover,
    .mobile-menu .sub-menu a:hover{
    color:#757575!important;
    }

    2.Insert the following codes into Customizing->General->Additional CSS:

    .collapse {
        display: inherit;
    }
    .mobile-menu button.dropdown-toggle.collapsed {
        display: none!important;
    }

    3. and 4. These settings are related to the WP Bakery page builder not for the theme itself, but you can try adding the following codes, they should help you:

    @media only screen and (min-width: 768px) {
       .vc-hoverbox h2{
           font-size: 1.6vw!important;
           word-wrap: normal;
        }   
    }
    @media only screen and (max-width: 768px) {
    #masthead .logo {
        max-height: 75px!important;
    }
    .wpb_wrapper h1{ 
           font-size: 5.9vw!important;
           word-wrap:normal;   
    }

    5. The pig icon was actually from the Kirki framework,
    and we have removed it since the theme version 1.4.7
    https://prnt.sc/m4dsx1
    so, please update your theme if needed…

    6.
    As far as the Layer Slider and Slider revolution plugin are concerned, it’s enough to deactivate them in the Dashboard-> Plugins section.
    The adjustments that you eventually made on the Agama – Slider should not affect the work of other sliders, so there is no need to do anything.

    Next time please, write the questions in the separate threads.

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.