Search Results for 'color'

Home Forums Search Search Results for 'color'

Viewing 15 results - 166 through 180 (of 3,298 total)
  • Author
    Search Results
  • #202421

    In reply to: Kitchen Design Pro

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

    Hi,

    1. How to change the theme colour??

    Ans: Kindly go to >> Appearance >> Customize >> Basic >> COLORS OPTIONS

    2. How to change email & phone number??

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

    Regards,
    Chris

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

    Hi,

    Kindly use this CSS to change quick links color:

    .footmenu li a, #footer ul.menu li a { color:#fff;}

    Regards,
    Chris

    #202289
    YvonneYvonne
    Participant
    • Topics: 16
    • Replies: 42
    • Total: 58
    Member since: February 17, 2017

    Ok, I changed the white color into the bg color. Big gap on mobile screens but it is what it is.

    Next question: Is this theme supporting php 8.0?

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

    Hi,

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

    .cols4 .team-wrap:hover .team-infobox { background-color: #c66a20;}
    .team_member_info .single-team-designation, .single-team-email { color: #c66a20;}
    .appointment-button { background: #c66a20;}

    Regards,
    Dave

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

    Awesome!
    Thank you Brad!!

    Just 1 more thing ;-):
    I would like to have the menu-item to become solid (opacity 1.0) upon hovering.
    I tried this code:
    .menu-item {
    background-color: #373737; opacity: 0.75 !important;
    }
    .menu-item:hover {
    background-color: #373737; opacity: 1.0 !important;
    }

    Also I would like the submenus to be solid as well, so I tried
    .sub-menu {
    background-color: #373737 !important; opacity: 1.0 !important;
    }

    But I must miss something, ‘çause it’s not working.

    Regards
    Hasso

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

    Hi,

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

    .wp-show-posts-entry-title a {
      color: #1b1464;
      letter-spacing: 1px;
    }
    .wp-show-posts-entry-title a:hover {
      color: #f6921e;
    }

    Regards,
    Dave

    #202030
    Francisco Rubén Jorquera VillarroelFrancisco Rubén Jorquera Villarroel
    Participant
    • Topics: 47
    • Replies: 111
    • Total: 158
    Member since: December 31, 2020

    Hi, folks

    Before you block my case or refuse to work on it because I don’t have premium support, you should review the situation with your boss, they have already extended it until December.

    https://servimg.com/view/20123744/351

    My annual term expires in December and last year I renewed it early in October. You can’t punish me for paying early.

    In the sections of the Home page, where the WP-SHOW-Post widgets called “Nuestros proyectos” and “Upcoming Events” are located, we need to set the title color to #1b1464 and the hover to #f6921e, and the font must be Tahoma with 1px letter spacing

    url https://fdcchile.cl/test

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

    Thank you Brad,

    But that doesn’t do the trick I would like to accomplish.

    When I use:
    .menu-item {
    background-color: #373737; opacity: 0.75;
    }
    It almost does what I want. Preferably I would like to have the entire menu bar full width to stay gray with an opacity of .75 when the visitor scrolls down and not just the menu items.

    Is that possible?

    Regards
    Hasso

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

    PS: I tried the following CSS. It sets the backgound when the page is loaded initialy, but disappears upon scrolling.

    .head_inner {
    background-color: #373737;
    }

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

    Hi Brad,

    Awesome, I got the menu to stick. But the background is transparent. So when I scroll down and the background of the page has a lighter color the menu is badly readable.
    Is there a way to set the Menu Background Color? I don’t see that option in de Header Layout. There is one for the Sub Menu Background.

    Regards
    Hasso

    #201781
    palomapaloma
    Participant
    • Topics: 20
    • Replies: 57
    • Total: 77
    Member since: August 9, 2016

    In the Basic, custom css

    Here’s all the customization:
    .header{background-color: rgba(255,255,255, .4);}
    .designbox {
    min-height: 440px !important;
    body .header {
    z-index: 999999;
    .skt-builder-home-section1-block .designs-thumb {
    height: 330px;
    }
    .skt-builder-home-section2-block .designbox-content {
    min-height: 230px;
    }
    .designbox {
    min-height: 480px !important;
    }
    screenshot:
    http://palomadomenico.com/wp-content/uploads/2022/11/Capture.jpg

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

    Hi,

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

    .header_wrap.layer_wrapper {
      position: relative !important;
    }
    
    .head-info-area {
      background-color: #282828 !important;
      padding-left: 20px;
    }

    Regards,
    Dave

    #201572

    In reply to: SKT Builder CTA

    Kor van de BuntKor van de Bunt
    Participant
    • Topics: 114
    • Replies: 340
    • Total: 454
    Member since: June 3, 2015

    Hi,

    I have placed an SKT Builder CTA on all pages of the website (www.mlbeauty.nl). I would like to change the color of the action button text from standard white in the theme to green #0ec7ab.

    I hope I made it clear for you

    See the screenshot https://ibb.co/DR5cvR8.

    Regards,

    Kor

    #201571

    In reply to: SKT Builder CTA

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

    Hi,

    Which call to action button do you want to change background color?

    Can you send us the screenshot of your issues? Upload your screenshot on https://imgbb.com/ and paste the share url here.

    Regards,
    Dave

    #201559
    Kor van de BuntKor van de Bunt
    Participant
    Member since: June 3, 2015

    Hello,

    Hello,

    I made a call to action using the skt page builder. How can I change the background color of the action button text.

    https://www.mlbeauty.nl/wp-admin/post.php?post=12571&action=sktbuilder

Viewing 15 results - 166 through 180 (of 3,298 total)