Search Results for 'color'

Home Forums Search Search Results for 'color'

Viewing 15 results - 2,131 through 2,145 (of 3,303 total)
  • Author
    Search Results
  • #60771
    MicheleMichele
    Member
    Member since: May 6, 2016

    I’ve to remove on the header and on thenivo slider the “shadow” color.

    The original css is:

    .header .header-inner, .slide_info {
    background-color: rgba(61,61,61,0.1);
    }

    But this line is on index-default.php not in stylesheet css
    I’ve added this custom CSS

    .header .header-inner, .slide_info {
    background-color: rgba(61,61,61,0);
    }

    But the darkest zone still remain.

    I’ve also try to modify the index-default.php… but not function

    #60680
    Vanessa GómezVanessa Gómez
    Participant
    • Topics: 185
    • Replies: 484
    • Total: 669
    Member since: July 4, 2016

    Hi Brad,

    Thanks for your help. But the code don’t work.
    Finally I found it: li.active a:link, li.active a:visited { color: #ffae00!important; }
    Now it works!!

    Best regards,
    Vanessa

    #60641
    Marc K.Marc K.
    Member
    • Topics: 8
    • Replies: 43
    • Total: 51
    Member since: October 12, 2015

    Hi Shri,

    I noticed that you already changed the font color, i am very grateful.
    Can you tell me what changes you have made?

    Have a great day,

    Greetings and kind regards,

    Marc

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

    Add this code in Custom CSS Box:

    .lang-es.active a { color:#ffae00;}

    Regards,
    Brad

    #60607

    In reply to: The bakery pro

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

    Hi Vika,

    Add this code in custom css box:

    @media screen and (max-width:768px){
    .woocommerce .product{color:#666666 !important;}
    }

    Regards,
    Brad

    #60567
    CheyChey
    Member
    • Topics: 6
    • Replies: 8
    • Total: 14
    Member since: March 29, 2016

    I guess the “right sidebar” is the “default” option.

    http://cheyottosoncreative.com

    • Still need to change the color of text in sidebar to white.
    • Is there any way to add a “View more” Button under my Gallery Carousel so every single Gallery Photo doesn’t show up? And can I remove the “All” Button? It’s too messy showing all.

    #60554

    In reply to: SKT YOGI

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

    Hi Manhal,

    Kindly go to Appearance>>Theme Option>>Basic Setting

    You will find background color option, within background color there is a option “Select background color for section first column 1”.

    Regards,
    Dave

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

    Hi,

    Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    .copyright-wrapper{background-color:#ffffff !important;}

    Regards,
    Brad

    #60538
    Giovanni ManisiGiovanni Manisi
    Participant
    Member since: December 15, 2016

    Hi,
    How can I change color (blue) in footer and credits sections?
    Thanks
    Giovanni

    #60432
    MargaritaMargarita
    Member
    • Topics: 16
    • Replies: 29
    • Total: 45
    Member since: May 7, 2016

    I too am trying to change the “Opening Hours, Emergency Case, and Doctors Timetable” section. How do I change the colors and modify the text and such. Thanks.

    #60423
    JosephJoseph
    Member
    Member since: December 15, 2015

    How to I change the font, font color, and position of the Title, Description, and Read More Button of the slider section using Kraft Pro? I see how to change the font and font color int he Basic Settings but some of my background images won’t show unless I change the color and position. I need the words to move a bit to the left.

    #60413

    Topic: SKT YOGI

    in forum All Other Themes
    ManhalManhal
    Member
    Member since: February 8, 2016

    i want to change the color of home three boxes section three pages to gray color can you please let me know

    #60375
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

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

    Add this code there:

    .footer-col-2 ul li a { color:#003466 !important;}
    .footer-col-2 ul li:hover a { color:#fff !important;}

    Regards,
    Shri

    #60366

    In reply to: Editing Contact Form

    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

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

    Add this code there:

    .wpcf7 form input[type=”text”], .wpcf7 form input[type=”email”], .wpcf7 form input[type=”tel”], .wpcf7 form textarea, #contactform_main input[type=”text”], #contactform_main input[type=”email”], #contactform_main input[type=”tel”], #contactform_main input[type=”url”], #contactform_main textarea, #contactform_main span.capcode { background-color:#fff !important; border-color:#fff !important;}

    Regards,
    Shri

    #59975
    Courtney ClineCourtney Cline
    Participant
    Member since: January 10, 2017

    can you please help me change the color of the mobile header? it is currently displaying black, which does not allow my logo to be seen.

    i tried this code:

    @media
    screen and (max-width:767px) {
    .home .header {
    background-color: rgba(244,243,243) !important;
    }
    }

    but, clearly, i’m doing something wrong.

    thanks!

Viewing 15 results - 2,131 through 2,145 (of 3,303 total)