Home › Forums › All Other Themes › 4 problems with Clean Pro
- This topic has 18 replies, 2 voices, and was last updated 7 years, 3 months ago by Sonl Sinha.
-
AuthorPosts
-
August 18, 2017 at 1:20 pm #81350
i have 5 more very specific questions, all relating to my front page:
https://newsite.janetjohnson.ca
1. where can i change the hover colour for the 4 services text links below the slider (current hover colour is your blue, i want it black or orange)?
2. is it possible to change the background colour for the testimonials thumbnails (currently black)?
3. is it possible to completely suppress the second section of the footer, with menu and contact info (orange section on my page)? i still see menu items down there. i don’t need that block at all.
4. what is the correct code for the “more” button i have in my video background section on the front page, in order to provide a link? mine isn’t working. here’s what i have in there:
[button name=”MORE” link=”https://newsite.janetjohnson.ca/gyrokinesis/” align=”center”]
5. my video does not play on an iOS device. why not?
thanks very much for your help.
August 18, 2017 at 1:35 pm #81351Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.footer { padding-top:0 !important;} .footer .cols-1 { width:60% !important; float:right; margin-top:31px !important;} .fourbox:hover h3 { color:#f77d1e !important;} #testimonialswrap .container #sync2 { background-color:#f77d1e !important;} .copyright-wrapper { background-color:#7a9a01 !important;}
Regards,
ChrisAugust 18, 2017 at 7:26 pm #81370hey, that’s great! thanks very much Chris. can you help me tweak a few more things?
* the menu colour for the mobile/small browser menu is still blue. i want it #f77d1e
* can i increase the text size for the testimonial text and put it in Lato font?
* i would like the text colour for the Testimonial head to be #7a9a01
* i would like the text size and font for the video section content to be larger, and in Lato Boldfinally, the background video still doesn’t play in iOS. is there any way to make this work?
tx.
a.August 22, 2017 at 5:25 am #81494Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
@media screen and (max-width:1023px) { .toggle a { background-color:#f77d1e !important;} } #sync1 .item, .videobgwrap p span { font-size:19px !important; font-family:'Lato', sans-serif !important;} h2.section_title span { color:#7a9a01 !important;}
Regards,
ChrisAugust 22, 2017 at 1:59 pm #81553okay, that is helpful, but you missed one of my requests:
* can i increase the text size for the testimonial text and put it in Lato font?
that font is currently times roman, which occurs nowhere else in the template.
also, i’ve asked this question twice, with no response, and it’s crucial:
* the background video still doesn’t play in iOS. is there any way to make this work?
tx.
artAugust 22, 2017 at 2:02 pm #81554p.s.
and one other question i asked earlier that was never addressed:
* what is the correct code for the “more” button i have in my video background section on the front page, in order to provide a link? mine isn’t working. here’s what i have in there:
[button name=”MORE” link=”https://newsite.janetjohnson.ca/gyrokinesis/” align=”center”]
August 23, 2017 at 5:39 am #81581Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
#sync1 .item { font-size:28px !important; line-height:30px !important; font-family:’Lato’, sans-serif !important;}
#block { z-index:1 !important;}Regards,
ChrisAugust 23, 2017 at 4:37 pm #81659thanks. i repeat this question —
* how can i make the home page video play in a mobile browser, specifically iOS/Safari?
August 25, 2017 at 11:42 am #81826Hi,
which Safari version are you using.
Regards,
ChrisAugust 25, 2017 at 12:04 pm #81827the one in the latest version of iOS, 10.3.3.
but it doesn’t work in any mobile web browser in iOS — i also tried Firefox and Chrome (current versions).
a.
August 25, 2017 at 12:56 pm #81832never mind — i just realized, that’s what the “background image” is for in the video section. i’ve uploaded something there and now it works.
August 25, 2017 at 1:04 pm #81833one last question/tweak (i promise!):
in the MOBILE BROWSER only, the sub-navigation menu has a white background, so the white nav links aren’t showing up. (the menu header is orange, but the levels below are white.) i don’t want to change the text nav colour (i want it white in the regular browser), but can you send me a code fix for the background nav menu colour, something like this: #fba973 so that the white text links will show up?
here’s how it looks now:
https://www.dropbox.com/s/84gtrjowmm6ibgr/IMG_1654.PNG?dl=0August 28, 2017 at 10:14 am #81961Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
@media screen and (max-width:767px) { .sitenav ul li a { color:#000;} }
Regards,
ChrisAugust 28, 2017 at 1:34 pm #81982Chris:
that didn’t make any difference at all. the sub-menu is still white.
Art
August 29, 2017 at 5:05 am #82008Hi,
Kindly Add this code there:
@media screen and (max-width:767px) {
.sitenav ul li a { color:#000 !important;}
}Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.