Home › Forums › BeFit Theme Support › HOVER COLOR ON FRONT PAGE
- This topic has 22 replies, 2 voices, and was last updated 2 years, 4 months ago by Sonl Sinha.
-
AuthorPosts
-
July 7, 2022 at 12:01 pm #199196
Pls i need to know how to change the orange hover color on pictures. I have tried several settings, it still does not work. For clarity sake, it happens on the image hover effect, the orange just needs to be changed to another color
July 7, 2022 at 5:26 pm #199219Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.sec1-box:hover {
background-color:#00dbff;
}Kindly Add your color code.
Regards,
ChrisJuly 7, 2022 at 5:53 pm #199222This has worked only on the first section. Some sections are still with the hover orage color. What are the CSS Classes or IDs
July 7, 2022 at 5:54 pm #199223The website is thetwngroup.com
July 7, 2022 at 7:14 pm #199226Hi,
Kindly use this CSS.
.team-thumb:hover { background-color:#D9BB00;}
Regards,
ChrisJuly 7, 2022 at 7:44 pm #199229I have one last issue tho, there seems to be an orange background in the first section as you fixed in the firstpost. Below is a link to the screenshots https://ibb.co/znJhk3N
July 8, 2022 at 10:45 am #199237Hi,
Kindly use this CSS to change border color.
.sec1-box.odd { border-top: 5px solid #D9BB00; } .sec1-box.even { border-bottom: 5px solid #D9BB00; }
Regards,
ChrisJuly 8, 2022 at 4:18 pm #199244I already fixed it Thanks. There seems to be an issue with the short code for “our people” [ourcoach col=’4′ show=’4′ excerptlength=’0′]
I need to show all coaches of about 15 in numbers on the front page, How do i achieve this?
July 8, 2022 at 6:47 pm #199247Hi,
If you want to show all coaches?
Kindly add -1 instead of 4 in shortcodes.
Example:
[ourcoach col='4' show='-1' excerptlength='0']
Regards,
ChrisJuly 8, 2022 at 6:52 pm #199248Thank you.
Would try that nowJuly 8, 2022 at 7:05 pm #199249Hi,
If you found our service good kindly review us here: https://www.trustpilot.com/review/sktthemes.org
Regards,
ChrisJuly 8, 2022 at 9:32 pm #199252-1 In the code breaks the page. Can i show at most 10
July 11, 2022 at 3:10 pm #199272I need to know how to remove the default header image on all pages. https://ibb.co/9vd0HMQ
July 12, 2022 at 10:33 am #199288Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.page_head { display: none;}
Regards,
ChrisJuly 13, 2022 at 5:29 pm #199334Pls how do i shift the logo on the upper left side to the left corner. I do not like the way its above the menus.
Then also want to reduce the length of the black header, its too long thus bringing the menus down.I would provide a link shortly so you see it
https://ibb.co/QFGtVLx
-
AuthorPosts
- You must be logged in to reply to this topic.