Fixes my client would like to make

Hello. I have the following things, that I do not know how to change. Do you guys know how to do the following?

  1. Change the color of the LinkedIn logo to the original blue color of LinkedIn, and not the color it already is now. This change however can only change the color of the LinkedIn Logo, and nothing else. Both in the footer and the header. See images below:

Screen Shot 2021-05-31 at 16.08.43

  1. The font is bold in the upper righthand button compared to the one in the middle. Is there a way to change the boldness in the button in the upper righthand corner?

  1. Is there a way to remove the permalinks that shows up when hovering the portfolio of the website? I’d like to remove the way the permalink appears when hovering over the services. See images below

Hi Oscar,

Thanks for reaching out.
Please find the answer to the query below.

  1. The Social Media color can be changed from the Theme Options > Typography > Site Links, as shown in the given screenshot.

  1. The menu font size can be changed from the Theme Options > Headers > Links, as shown in the given screenshot.

  1. Unfortunately, there is no such option to remove the permalink while hovering over the items. What you are expecting is requires customization and beyond the scope of theme support, I would suggest you hire a developer who can assist you to do the customization or you can avail of our newly launched service called One, where the customization questions are answered.

Thanks

Hello,

Thanks for your reply. If I change the site links, all the links on the side changes. That means, that other things also change color which is what I don’t want them to do. Is there a way to only change the color of the social icons?

Hi Oscar,

Thanks for reaching out!

To only change the color of the social media icons, we need to do it via CSS code. Please add the code below in your X > Theme Options > CSS.

.x-social-global a i {
    color: #2867B2;
}

Please note that custom CSS code is outside the scope of our support. Issues that might arise from the use of custom CSS code and further enhancements should be directed to a third-party developer or you can avail One where we can answer questions outside of the features of our theme.

Hope that helps.

Thank you.

thank you it worked

You’re most welcome, Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.