- This topic has 6 replies, 2 voices, and was last updated 1 year ago by
tikaram.
-
AuthorPosts
-
September 14, 2022 at 3:12 pm #310950
Anouk Hospes
ParticipantHi,
Site isn’t live yet, so I can’t post the url.
I have 2 questions. Hopefully you can help.
- I want to remove the link of the team members. So no link when clicking on the image of the team members.
- Can I change the menu colour? And how? It is now light grey and when hoover it is white.
Thank you!
September 14, 2022 at 11:30 pm #310958tikaram
Keymaster@anoukhospes : To remove the link of team members : Select Team type as custom.
In the link field you may insert # and enter other details and publish.To change the menu color : Login to your WordPress admin section.
Go to Appearance => Customize => ColorsLocate and change Header Text color: This will work if header media is disabled.
Locate and change Header Text Color With Header Media: This will work if header media is enabled.
Let me know if this helps to resolve your issue
Regards,
TikaramSeptember 15, 2022 at 4:39 am #310973Anouk Hospes
ParticipantThank you for your reply.
Unfortunately, both answers don’t work.
- When I place a # in the link field, the image of the team members link to http://www.websiteaddress.com/#
- Header media is enabled. But the current selected colour at “Header Text Color With Header Media” is now white. But the menu colour is in fact light grey and when hoover it is white.
September 15, 2022 at 8:14 am #310977tikaram
Keymaster@anoukhospes : To remove the link of team members : Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css.
#team-content-section article { pointer-events: none; }
To change the menu color please add the following additional css
@media screen and (min-width: 75em) { /* Menu Color */ .navigation-classic.absolute-header .main-navigation a { color: #color-code; } /* Menu Hover and Active Color */ .navigation-classic.absolute-header .main-navigation ul :hover > a, .navigation-classic.absolute-header .main-navigation ul .focus > a, .navigation-classic.absolute-header .main-navigation .menu > .current-menu-item > a, .navigation-classic.absolute-header .main-navigation .menu > .current-menu-ancestor > a, .navigation-classic.absolute-header .dropdown-toggle { color: #color-code; } }
Note: Replace the #color-code with the desired color-code which you can easily find searching on the web. You will need to insert the correct color-code to get desired color.
Regards,
TikaramSeptember 15, 2022 at 10:53 am #310980Anouk Hospes
ParticipantThank you!
Both issues are fixed now.
September 18, 2022 at 3:45 pm #311026Anouk Hospes
ParticipantAnother question.
How can I remove the links by the events section (the link on the right image) and the testiomonial section? (the link on the image left next to the text)
Thank you!
September 19, 2022 at 1:44 am #311046tikaram
Keymaster@anoukhospes :Please try adding the following additional css
#events-section .main-image, #testimonial-content-section .post-thumbnail { pointer-events: none; }
Regards, Tikaram
-
AuthorPosts
- The topic ‘2 questions’ is closed to new replies.