Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • hilli Friend
    #195850

    Hello together,

    I want change the h1/h2 headings and the link colours of the mega menu.

    Can you help me?

    regards hilli

    chavan Friend
    #526956

    can you please post your site Url

    chavan Friend
    #526973

    Go to this File: /templates/ja_appolio/css/template.css

    For H1:

    Find this code in the above file and replace 48px in the below code to any number

    @media screen and (min-width: 768px) {
    .section.parallax h1,
    .section.parallax .section-title {
    font-size: 48px;
    }
    }

    For H2:

    Find this code in the above file and replace 32px in the below code to any number


    .items-leading .article-title {
    font-size: 32px;
    }

    For Mega Menu do you want to change the complete background from logo till the menu ends or the menu alone

    hilli Friend
    #526980

    Thank’s for your answer!

    I want change the background of the complete section and I want change the menu-font from active and hover function.

    chavan Friend
    #526987

    Go to this File: /joomla32/templates/ja_appolio/css/template.css

    Find this code and replace #ffffff to any color code


    .t3-header {
    border-bottom: solid 1px #d9d9d9;
    background: #ffffff;
    position: relative;
    min-height: 50px;
    }

    Go to this File: /joomla32/templates/ja_appolio/css/template.css

    Menu Hover color

    Find this code and replace #00bff2 to any color you need


    .t3-mainnav .navbar-nav > li > a:hover,
    .t3-mainnav .navbar-nav > li > a:focus {
    color: #00bff2;
    background-color: #ffffff;
    }
    .t3-mainnav .navbar-nav > .active > a,
    .t3-mainnav .navbar-nav > .active > a:hover,
    .t3-mainnav .navbar-nav > .active > a:focus {
    color: #00bff2;
    background-color: #ffffff;
    }

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  chavan 10 years, 8 months ago.

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