Few customization

Hello,
First of all I want ot thank for a great theme!

I have some question about customization:

  1. How to change color of fullstops at head caption?
  2. I need only to people in section TEAM - how can I do it with center - right now when I add only 2 people they are align to left (and there’s space for another 2). How to change number of team member?
    • Just like team memebers - how to chenge number of Projects (I need only 3).
  3. How to change color of Contact section?
  4. How to change caption of menu - I would like to see it in polish “Usługi” instead of “Services”, “O mnie” instead of “About me” etc…

Ad1.

Found at main.css

#header .top-header .header-navigation ul li a:hover {
  color: #ffde00;
  text-decoration: none;
}

OK,
Now i need help only with No5.
I did other issues.

Hello @jotes82,

Thank you for the kinds words and I’m glad that you have made it so far with the setup.

It seems like you need to redo the menu in Dashboard > Appearances > Menus, where you need to set up again all the custom links to sections and name them accordingly.

This are the anchor tags:

YourWebsiteLink.com/#about
YourWebsiteLink.com/#projects
YourWebsiteLink.com/#testimonials
YourWebsiteLink.com/#services
YourWebsiteLink.com/#latest-news
YourWebsiteLink.com/#counter
YourWebsiteLink.com/#team
YourWebsiteLink.com/#contact-us

While you can see the menu item with a custom name, the #anchors are hard coded into the sections syntax, so if you want to create your own anchor/tag names you would need to access the theme core files > sections and change the ID of every section.

Let me know if you got everything alright.

Regards

Thanks!
That works :slight_smile:

I got another issue.

I need to use .svg file (vector graphic used e.i at wikipedia) as logo.

How can I change source file (at ftp) to put .svg file as logo?

Solved. (.svg file applied)

Now I want to change color of font in menu. How?

Hello,

This is the CSS code that handles the menu color:

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

Let me know if you got it alright.
Regards