Search Results for 'color'

Home Forums Search Search Results for 'color'

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

    Hi,

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

    .woocommerce div.product .woocommerce-tabs ul.tabs li a { background-color: #ce61a0;}
    .woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce #review_form #respond .form-submit input { background-color: #CA2971;}
    .woocommerce-message::before, .woocommerce-info::before, .woocommerce div.product p.price, .woocommerce div.product span.price, .product-name a, .woocommerce-info a, .woocommerce-privacy-policy-text a, .posted_in a, .woocommerce-message, .discount-msg { color: #CA2971;}

    Regards,
    Chris

    #202506
    Charles LehmannCharles Lehmann
    Participant
    Member since: April 11, 2021

    Hi there,
    In the log of my website, I have the following repetitive (2-3 times a minute) errors:
    destination-montagne.ch [Thu Dec 29 13:16:13.347643 2022] [fastcgi:error] [pid 6745:tid 139709950932736] [client 85.25.177.219:0] FastCGI: server “/home/clients/d4d76ae62db8a7ebf721c8573c095fa6/.config/apache/destination-montagne.ch/.fpm/php5.external” stderr: PHP message: PHP Warning: Undefined array key “teambox_hvrdesig_color” in /home/clients/d4d76ae62db8a7ebf721c8573c095fa6/sites/wordpress.destination-montagne.ch/wp-content/themes/adventure/templates/custom-style.php on line 308PHP message: PHP Warning: Undefined array key “singleservice_testibg_id” in /home/clients/d4d76ae62db8a7ebf721c8573c095fa6/sites/wordpress.destination-montagne.ch/wp-content/themes/adventure/templates/custom-style.php on line 330PHP message: PHP Warning: Undefined array key “singleservice_testimonialtitle_id” in /home/clients/d4d76ae62db8a7ebf721c8573c095fa6/sites/wordpress.destination-montagne.ch/wp-content/themes/adventure/templates/custom-style.php on line 331PHP message: PHP Warning: Undefined array key “singleservice_testimonialprofile_id” in /home/clients/d4d76ae62db8a7ebf721c8573c095fa6/sites/wordpress.destination-montagne.ch/wp-content/themes/adventure/templates/custom-style.php on line 332

    It seems that these errors do not affect the functioning of the website, but they are filling up the error log.
    URL is: https://www.destination-montagne.ch

    Thanks for your advice.
    Cheers
    Charles

    #202495

    In reply to: Christmas theme

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

    Hi,

    If you want to change slider text?

    Kindly go to Appearance >> Customize >> Front Page >> Slider >> Slider Font Typography & Colors >> Under this you can set font family, font size and colors of the slider elements.

    Regards,
    Dave

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

    Hi,

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

    .logo .logo-bg::before {
      background-color: #0083e1 !important;
      width: 100%;
      left: 0;
      height: 49px;
    }

    Regards,
    Chris

    #202475
    BikoBiko
    Participant
    Member since: November 29, 2019

    Hello,
    I would like to make the Head Top Bar Background Color uniform, without it being crossed by the Site Title Background Color in the SKT POLICE theme.
    Screenshot: https://prnt.sc/YclQs2mnpunp
    I need help.
    Thanks in advance.

    #202421

    In reply to: Kitchen Design Pro

    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31330
    • Total: 31330
    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: 31330
    • Total: 31330
    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: 31330
    • Total: 31330
    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: 31330
    • Total: 31330
    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: 49
    • Replies: 114
    • Total: 163
    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

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