4 problems with Clean Pro

Home Forums All Other Themes 4 problems with Clean Pro

Viewing 15 posts - 1 through 15 (of 19 total)
  • Author
    Posts
  • #81350
    art1art1
    Member
    • Topics: 1
    • Replies: 10
    • Total: 11
    Member since: August 15, 2017

    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.

    #81351
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    Hi,

    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,
    Chris

    #81370
    art1art1
    Member
    • Topics: 1
    • Replies: 10
    • Total: 11
    Member since: August 15, 2017

    hey, 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 Bold

    finally, the background video still doesn’t play in iOS. is there any way to make this work?

    tx.
    a.

    #81494
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    Hi,

    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,
    Chris

    #81553
    art1art1
    Member
    • Topics: 1
    • Replies: 10
    • Total: 11
    Member since: August 15, 2017

    okay, 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.
    art

    #81554
    art1art1
    Member
    • Topics: 1
    • Replies: 10
    • Total: 11
    Member since: August 15, 2017

    p.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”]

    #81581
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    Hi,

    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,
    Chris

    #81659
    art1art1
    Member
    • Topics: 1
    • Replies: 10
    • Total: 11
    Member since: August 15, 2017

    thanks. i repeat this question —

    * how can i make the home page video play in a mobile browser, specifically iOS/Safari?

    #81826
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    Hi,

    which Safari version are you using.

    Regards,
    Chris

    #81827
    art1art1
    Member
    • Topics: 1
    • Replies: 10
    • Total: 11
    Member since: August 15, 2017

    the 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.

    #81832
    art1art1
    Member
    • Topics: 1
    • Replies: 10
    • Total: 11
    Member since: August 15, 2017

    never 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.

    #81833
    art1art1
    Member
    • Topics: 1
    • Replies: 10
    • Total: 11
    Member since: August 15, 2017

    one 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=0

    #81961
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    Hi,

    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,
    Chris

    #81982
    art1art1
    Member
    • Topics: 1
    • Replies: 10
    • Total: 11
    Member since: August 15, 2017

    Chris:

    that didn’t make any difference at all. the sub-menu is still white.

    Art

    #82008
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    Hi,

    Kindly Add this code there:

    @media screen and (max-width:767px) {
    .sitenav ul li a { color:#000 !important;}
    }

    Regards,
    Chris

Viewing 15 posts - 1 through 15 (of 19 total)
  • You must be logged in to reply to this topic.