Couple of tweaks....

Hi,

New to this theme but I really like it…
Just wondering how I would make a couple of changes to suit my content…

First of all, Is there a way I can change the colour of the primary menu text from white?
Also, in the sections such as About, Is there anyway of removing the graphs.etc that come with the attached widget? I managed to do this by just putting a blank link widget in its place but it leaves a big gap…

Thanks in advance

Or even if there was a premium theme which was more customisable I would look to buy it…

Hello @richmillers86,

First of all, thank you for the interest in our theme and for the kind words.
Unfortunately, there’s no premium version of the theme and as far as my knowledge goes, there will not be one.

You can use a CSS workaround to change the menu primary color:

#header .top-header .header-navigation ul li a {
    color: #000;
}

Use this code to delete the extra space of the about section:

#about .section-header{
    margin-bottom: 0;
}

This code should be placed in a child’s theme stylesheet.css, ideally.
But you can use a custom CSS plugin or place it inside Dashboard > Appearances > Editor > Style.css but keep in mind that this will get erased if you update the theme.

Let me know if you got everything alright.

Regards

PS: If you are looking for extended custom changes and solutions for your theme, I can offer you my services.
Add me on skype: Ion Rutz and we can have a talk about it there.