Home › Forums › All Other Themes › Cyber security theme
- This topic has 11 replies, 2 voices, and was last updated 2 years, 3 months ago by Sonl Sinha.
-
AuthorPosts
-
July 26, 2022 at 11:19 pm #199558
Hello team,
This is my website www.wesecure.net2web.ca
I am looking for a way to decrease the height of the slider images in desktop version. How can I do that?
Thanks
Deepika (Net2web)
July 27, 2022 at 6:37 pm #199575Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.nivoSlider { height: 650px; }
Regards,
ChrisJuly 27, 2022 at 9:10 pm #199578Thankyou, It worked.
Another question is how to change the blue color on hover in “solutions we provide” section can be changed?
Regards,
Deepika (Net2web)July 28, 2022 at 10:40 am #199587Hi,
Kindly use this CSS to change hover color
.stop-attack:hover > .elementor-widget-container { border: 5px solid #CED617 !important; } .stop-attack:hover .elementor-image-box-content h3, .stop-attack:hover .elementor-image-box-content p { color: #CED617 !important; }
Regards,
ChrisJuly 28, 2022 at 8:42 pm #199598Hello team, it doesn’t changes to the required color after publishing. Please help
July 28, 2022 at 8:45 pm #199599Also another question, we need to add the site main color to the circle & dots in the video section
Thankyou,
Deepika (Net2web)July 28, 2022 at 10:05 pm #199603Also need to change the submit button of close form to our theme colors.
July 28, 2022 at 11:00 pm #199605Solutions & Industries page have headers & when we add images to them, they looked stretched. Please help
July 29, 2022 at 1:07 am #199606Also, on contact page.. we need to make phone & email clickable with the respective links. Please help.
July 29, 2022 at 12:22 pm #199612Hi,
1. it doesn’t changes to the required color after publishing?
Ans: Kindly change the required color code in CSS.
2. we need to add the site main color to the circle & dots in the video section??
Ans: Actually both are images. You can change the color by using Photoshop.
3. need to change the submit button of close form to our theme colors??
Ans: Kindly use this CSS to change submit button color.
.wpcf7-submit {background-image: linear-gradient(#ced617, #a0a60c) !important;}
4. Solutions & Industries page have headers & when we add images to them, they looked stretched??
Ans: Kindly use this CSS to solve image stretching issue.
.page_head img, .post_head img { height:auto !important;}
5. on contact page.. we need to make phone & email clickable with the respective links??
Ans: Kindly refer this documentation how to make phone & email clickable ????
https://elementor.com/help/clickable-phone-links/
Regards,
ChrisJuly 29, 2022 at 9:21 pm #199624Everything is working now. Really appreciate the help.
One more question, How can we add the page name in header (in about us, services etc pages.)
Thankyou,
Deepika (Net2web)August 1, 2022 at 10:39 am #199650Hi,
Kindly send us your URL of the site and WordPress admin details (Username & Password) via email:[email protected] Please mention this forum URL while replying so that we understand what needs to be done.
We’ll check and revert back to you.
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.