Home › Forums › All Other Themes › Mixed issued and requests Strong theme
- This topic has 15 replies, 3 voices, and was last updated 2 years, 12 months ago by Sonl Sinha.
-
AuthorPosts
-
November 2, 2021 at 12:23 am #185776
Hi!
I am running the SKT Strong theme and got a couple of issues and requests:
1) On front page: How can I change the transparency of the title and description boxes that are located on the slide images? I would like to make the boxes less transparent to make it easier for the page visitor to read the text in the box.
2) Social media icon is broken on all my pages apart from webshop subpage. Instagram icon works/shows properly on all pages, but not the Facebook icon.
3) While being inside a trainer page, and trying to hover on a dropdown meny list, the meny is being hidden behind the picture of the trainer instead of being on top visible.
4) Inside a trainer page I would like to change the text “Phone” to “Telefon”.
5) On front page, I would like to change articles button text from “READ MORE” to “LÄS MER”.
Thanks in advance!
Sincerely,
AatuNovember 2, 2021 at 11:13 am #185788Hi,
Kindly show us your website URL please?
Regards,
ChrisNovember 2, 2021 at 5:38 pm #185823Sorry, forgot to provide the URL. Here you go:
www.trainologi.se/
Sincerely,
AatuNovember 3, 2021 at 4:31 pm #185896Hi,
Your website is on under construction mode. Therefore we are unable to check the issue.
Regards,
ChrisNovember 3, 2021 at 6:15 pm #185913Hi Chris,
Sure about this? Construction mode is off, and I am able to access the site on any device.
/Aatu
November 3, 2021 at 6:21 pm #185914Hi,
This screen is showing.
https://ibb.co/FqGNbSx
Regards,
ChrisNovember 4, 2021 at 2:00 am #185922Hi,
Give it a new try now. Should work.
/Aatu
November 8, 2021 at 11:02 am #185982Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.slider-main .nivo-caption .title, .slider-main .nivo-caption .slidedesc { background-color: rgba(0,0,0, 0.6) !important; } .social-icons .fa-facebook::before { content: "\f09a"; } .header_wrap.layer_wrapper { position: relative; z-index: 99; }
Regards,
ChrisNovember 9, 2021 at 12:30 am #186058Hi!
The transparent boxes are now so much better, thank you!
Facebook icon still seems to be broken and the dropdown menu is still being hidden behind certain elements of the website.
Cheers.
/AatuNovember 9, 2021 at 5:39 pm #186094Hi,
Kindly go to theme-editor >> Style.css >> scroll down to very bottom > and paste there CSS.
.social-icons .fa-facebook::before { content: "\f09a" !important; }
Q. the dropdown menu is still being hidden behind certain elements of the website??
Ans: Can you send us the screenshot of your issues? Upload your screenshot on https://imgbb.com/ and paste the share url here.
Regards,
ChrisNovember 10, 2021 at 1:32 am #186118Hi,
Facebook button now works as well. Thanks!
Regarding the dropdown menu. See:
https://ibb.co/QN0LcbgAs you can see the menu is being hidden behind the team member picture. Only happens in the team member pages, not on any other subpages.
/Aatu
November 10, 2021 at 10:37 am #186124Hi,
Remove
.header_wrap.layer_wrapper { position: relative; z-index: 99; }
Add this new CSS instead of that ☝️
.header_wrap.layer_wrapper { position: relative; z-index: 9999999; }
Regards,
ChrisNovember 10, 2021 at 4:53 pm #186142Hi,
Also works like a charm now, thanks a million Chris!
Last thing:
Anywhere in theme editor (or somewhere else) where I can change the text “Phone” for a team member? Same on front page, where I would like to change button text “read more” underneath the news and articles section.Cheers.
/AatuNovember 10, 2021 at 6:04 pm #186155Hi,
Where I can change the text “Phone” for a team member?
Ans: theme folder >> single-team.php Line Number 67
Where I would like to change button text “read more” underneath the news and articles section?
Ans: theme folder >> sktframe >> core-functions.php Line Number 1193
Regards,
ChrisNovember 12, 2021 at 8:28 pm #186304Hi,
Thank you for all the help. Everything works now.
Do you happen to know where I can change the text appearing when hovering cursor on the shopping cart icon on the header? Currently says “dView your shopping cart” and I would like to change this text.
/Aatu
-
AuthorPosts
- You must be logged in to reply to this topic.