Search Results for 'color'

Home Forums Search Search Results for 'color'

Viewing 15 results - 466 through 480 (of 3,303 total)
  • Author
    Search Results
  • #173027
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31329
    • Total: 31329
    Member since: August 16, 2013

    Hi,

    – the hover over for the menu items
    – the active menu page text
    – background for appointment-btn
    – text color for hover over of appointment-btn

    Ans: Kindly go to Appearance >> Customize >> Header >> Header >> and change it there.

    See screenshot link below:
    imgur.com/a/HFpfAoI

    – the color of the hamburger icon on mobile
    – the color of the menu header on mobile

    Ans: Kindly go to Appearance >> Customize >> Header >> Header >> and change it there.

    See screenshot link below:
    imgur.com/a/uTtgYFD

    Regards,
    Chris

    #172982
    Casara ClarkCasara Clark
    Participant
    Member since: April 24, 2020

    I’m working here at this site: https://casaraclark.com/actor/writer/standup/

    I would like to change all the elements with #65d3bb color to #0000cc.

    I did what I could in the Customize section of the site. I think I need custom CSS for the rest, specifically:
    – the hover over for the menu items
    – the active menu page text
    – background for appointment-btn
    – text color for hover over of appointment-btn
    – all of this for mobile as well…
    – the color of the hamburger icon on mobile
    – the color of the menu header on mobile

    Thank you!
    Casara

    #172880

    In reply to: Kitchen Design Theme

    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31329
    • Total: 31329
    Member since: August 16, 2013

    Hi,

    Go to Dashboard >> Appearance>> Customize >> Basic >> Color Options >> Kitchen Design Box Title Hover Color

    See screenshot:
    https://imgur.com/a/EZJNVCL

    Regards,
    Dave

    #172878
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31329
    • Total: 31329
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS.

    @media screen and (max-width:767px) {
    .home.has_trans_header .header {
        background: #482136 !important;
    }
    }
    
    .post_block_style4 {
        background-color: #482136;
    }
    .lay4 .hentry {
        background-color:#bfbfbf;
    }
    body.category-latest-news {
        background: #fff !important;
    }

    Regards,
    Dave

    #172797

    In reply to: Kitchen Design Theme

    RobertRobert
    Participant
    • Topics: 43
    • Replies: 59
    • Total: 102
    Member since: August 1, 2016

    Thank you! Also, what about the title for the 4 boxes near the top, the hover overlay image is changed but the title is still default color.

    #172772

    In reply to: Kitchen Design Theme

    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31329
    • Total: 31329
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    Use this CSS to change slider navigation color.

    .nivo-controlNav a {
        background-color: #f00;
        border-color: #f00 !important;
    }
    .skt-designs-thumb {
        background-color: #f00 !important;
    }

    Hover colors over each of these images?

    Ans: Kindly refer our image documentation how to change hover color.

    Go to Dashboard >> Appearance>> Customize >> Basic >> Color Options >> Gallery Title Background Color

    See screenshot:
    https://ibb.co/0cw7DwT

    Regards,
    Dave

    #172702
    RobertRobert
    Participant
    Member since: August 1, 2016

    Hello,

    How do I change the default color on front page slider navigation and the hover colors over each of these images?

    https://ibb.co/DVNHfLn
    https://ibb.co/tL8f2sG

    #172706
    LindyLindy
    Participant
    • Topics: 1
    • Replies: 3
    • Total: 4
    Member since: January 10, 2021

    Hello, I’m trying to make the logo background color transparent but the CSS code doesn’t work. It keeps giving me a colored background. Any ideas how to solve it?

    #172677
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31329
    • Total: 31329
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    #topmenu {
        float: right;
        background-color: #fff !important;
        padding: 20px;
    	margin-top:35px;
    }
    .has_trans_header.home #topmenu {
        background-color: #fff !important;
    	padding: 20px;
    	margin-top:35px;
    }

    Regards,
    Brad

    #172602
    RED PILL DesignRED PILL Design
    Participant
    Member since: May 16, 2020

    Did you see this? https://www.sktthemes.org/forums/topic/shopzee-issues/#post-172013

    Regarding issue 3:
    I would like something similar to this:

    .nivo-caption {
    width: 34%;
    background-color: rgba(0,0,0,0.3);
    padding: 20px;
    }

    for section 3 [https://ibb.co/Q8yf42Z and https://ibb.co/xm3bSG3 (issue 3)]

    Then I have come across more additional isues:

    Alignment of the products:
    On some pages the alignment of the products is indented: https://ibb.co/3cMfTc0
    For example:
    https://qrverlichting.nl/buitenverlichting/
    https://qrverlichting.nl/fitting-sets/
    And the Special offer balloon is positions above the image, instead of over it. Also the font in the balloon differs, as does the font of the price.

    On others it is correct: https://ibb.co/KFDTbcV
    For example:
    https://qrverlichting.nl/led-filament-lampen/
    https://qrverlichting.nl/plafondlampen/

    And then there is an issue on mobile device
    At first everything looks ok, but when one taps the tripple menu bars, everything shifts to the left, with a lot of whitespace to the right of that
    see https://ibb.co/vJDMG3f for an example.

    Thank you

    #172632
    RED PILL DesignRED PILL Design
    Participant
    Member since: May 16, 2020

    Due to problems adding an entry to the pervious ShopZee issues ticket I start this new one.

    Did you see this? https://www.sktthemes.org/forums/topic/shopzee-issues/#post-172013

    Regarding issue 3:
    I would like something similar to this:

    .nivo-caption {
    width: 34%;
    background-color: rgba(0,0,0,0.3);
    padding: 20px;
    }

    for section 3 [https://ibb.co/Q8yf42Z and https://ibb.co/xm3bSG3 (issue 3)]

    Then I have come across more additional isues:

    Alignment of the products:
    On some pages the alignment of the products is indented: https://ibb.co/3cMfTc0
    For example:
    https://qrverlichting.nl/buitenverlichting/
    https://qrverlichting.nl/fitting-sets/
    And the Special offer balloon is positions above the image, instead of over it. Also the font in the balloon differs, as does the font of the price.

    On others it is correct: https://ibb.co/KFDTbcV
    For example:
    https://qrverlichting.nl/led-filament-lampen/
    https://qrverlichting.nl/plafondlampen/

    And then there is an issue on mobile device
    At first everything looks ok, but when one taps the tripple menu bars, everything shifts to the left, with a lot of whitespace to the right of that
    see https://ibb.co/vJDMG3f for an example.

    Thank you

    #172377
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31329
    • Total: 31329
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .nivo-caption .slide_info h2 {
        color: #fff !important;
    }

    Regards,
    Dave

    #172212

    In reply to: ShopZee issues

    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31329
    • Total: 31329
    Member since: August 16, 2013

    Hi,

    Which font color you want to change?? Can you send us the screenshot of your issues?

    Upload your screenshot on https://imgbb.com/ and paste the share url here.

    Regards,
    Brad

    #172142

    In reply to: ShopZee issues

    RED PILL DesignRED PILL Design
    Participant
    • Topics: 34
    • Replies: 82
    • Total: 116
    Member since: May 16, 2020

    Originating ticket is “Font color on homepage slider ShopZee”

    URL is www.qrverlichting.nl

    #172140

    In reply to: ShopZee issues

    RED PILL DesignRED PILL Design
    Participant
    • Topics: 34
    • Replies: 82
    • Total: 116
    Member since: May 16, 2020

    Other ticket is “Font color homepage slider ShopZee”

    URL is https://www.qrverlichting.nl

Viewing 15 results - 466 through 480 (of 3,303 total)