• Resolved rathanacio

    (@rathanacio)


    I’m not crazy about the changes in font and color in the new version. Is there a way I can go back to my initial look without reverting back to the old version? The green in the footer is ok but seems to be a brighter green that the one that was previously used for my company name in the nav bar (or header?). I would like the company name to be the original green again. Also, the font over the photo in the banner is different but I’m not sure what changed…I just don’t like the look as well. Maybe it was upper case before?

    Thanks for the help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author lyrathemes

    (@lyrathemes)

    I am sorry to hear you don’t like the changes. This was a design decision made by the team and we decided to go with it now rather than later, when it would have affected a lot more installations. This was required because we were making these changes to the Pro version of the theme and wanted a seamless transition for people who were upgrading.

    Having said that, we are still loading the other font (Raleway) that was in use before the changes. Also, the green you refer to is exactly the same green, no changes there.

    For the company name to be shown in green, add this to the custom CSS field:

    a.navbar-brand.text-logo {
        color: #5e9f00;
    }

    Try this for the headings:

    .block-title {
        font-family: 'Raleway', sans-serif;
        font-weight: bold !important;
        text-transform: uppercase;
    }

    Let me know how it goes.

    Thread Starter rathanacio

    (@rathanacio)

    Thank you. I’ll try this at my first opportunity.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘2.02 Changes’ is closed to new replies.