Viewing 8 posts - 16 through 23 (of 23 total)
  • Author
    Posts
  • Tech-xml Friend
    #572796

    Can you help @tomc

    Tech-xml Friend
    #572983

    <em>@insofticursos 476064 wrote:</em><blockquote>@TomC I will rephrase the question

    I need to make three adjustments Footer-right menu

    1 – Align top – referring to the left of the corporation text
    2 – Change color of hover menus for: color: # 96a1a3;
    3 – Remove the blue when the menu is activated

    The attached image shows the three problems

    </blockquote>

    @chavan Can you help me?

    Adam M Moderator
    #573161

    Hi @insofticursos,

    Please open file templatesubercsscustom.css (if you don’t have this file, just create a new one) then add this code :

    .uber-footer .footer-right .nav li {
    margin: 0;
    }
    .uber-footer .footer-right .nav li a {
    padding-top: 0;
    }
    .uber-footer .footer-right .nav li a:hover {
    color: #96a1a3;
    }
    .uber-footer .footer-right .nav li.active a {
    background: none;
    }

    Tech-xml Friend
    #573170

    Thank you for answering @adam M

    The menu color remains blue

    Adam M Moderator
    #573274

    Hi @insofticursos,

    Check for this part in previous code :

    .uber-footer .footer-right .nav li a {
    padding-top: 0;
    }

    then add the color property there :

    .uber-footer .footer-right .nav li a {
    color: red;
    padding-top: 0;
    }

    Adam M Moderator
    #738302

    Hi @insofticursos,

    Check for this part in previous code :

    .uber-footer .footer-right .nav li a {
    padding-top: 0;
    }

    then add the color property there :

    .uber-footer .footer-right .nav li a {
    color: red;
    padding-top: 0;
    }

    Tech-xml Friend
    #573312

    Solved, Thanks

    Tech-xml Friend
    #738340

    Solved, Thanks

Viewing 8 posts - 16 through 23 (of 23 total)

This topic contains 23 replies, has 4 voices, and was last updated by  Tech-xml 9 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum