Search Results for 'color'

Home Forums Search Search Results for 'color'

Viewing 15 results - 151 through 165 (of 3,298 total)
  • Author
    Search Results
  • #203044
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31231
    • Total: 31231
    Member since: August 16, 2013

    Hi,

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

    Add this code there:

    .nivo-caption { position:relative !important;}
    .slide_info p { text-shadow:none !important;}
    .slide_info p { color: #2d2d2d; font-size: 22px; padding-top:10px;}

    Regards,
    Chris

    #203038
    Maria BordoliMaria Bordoli
    Participant
    • Topics: 46
    • Replies: 58
    • Total: 104
    Member since: December 14, 2021

    Ηι,
    Sorry for the inconvenience, my boss finally asked me to make the buttons black (#000000), I have managed through CSS to make the “add to cart” buttons which are in the product categories, e.g. “https://aeliaspa.gr/%cf%80%cf%81%ce%bf%ce%b9%cf%8c%ce%bd%cf%84%ce%b1-7days/” to change color based on my preferences (it should be black and when I mouse over it it changes to green). I would like this to be the same on the “Add to cart” button and when the customer is on the product tab, e.g. “https://aeliaspa.gr/product/7days-candy-shop-cupcake-sheet-mask-25g/ ” Could you make the change to the product tab to have black color. I had sent the username and password to [email protected]. If you want I can send again.

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

    Hi,

    Kindly use this CSS.

    .summary.entry-summary .woocommerce button.button.alt {
      background-color: #aa1e1e !important;
    }
    .woocommerce button.button.alt:hover {
      background-color: #35864b !important;
    }

    Regards,
    Chris

    #202994
    Maria BordoliMaria Bordoli
    Participant
    • Topics: 46
    • Replies: 58
    • Total: 104
    Member since: December 14, 2021

    Ηι,
    thank you very much for the prompt reply. I put the piece of code in “custom css” as you told me the original color didn’t change but when I move the mouse up the second piece of code works.

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

    Hi,

    Can you send us the screenshot of outline color issues?

    Regards,
    Chris

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

    Hi,

    Kindly use this CSS to change button color.

    .woocommerce button.button.alt {
      background-color: #aa1e1e !important;
    }
    .woocommerce button.button.alt:hover {
      background-color: #35864b !important;
    }

    Regards,
    Chris

    Maria BordoliMaria Bordoli
    Participant
    Member since: December 14, 2021

    Good Evening,
    I have the site “aeliaspa.gr”.
    I have managed through CSS to make the “add to cart” buttons which are in the product categories, e.g. “https://aeliaspa.gr/%cf%80%cf%81%ce%bf%ce%b9%cf%8c%ce%bd%cf%84%ce%b1-7days/” to change color based on my preferences (it should be red and when I mouse over it it changes to green). I would like this to be thr same on the “Add to cart” button and when the customer is on the product tab, e.g. “https://aeliaspa.gr/product/7days-candy-shop-cupcake-sheet-mask-25g/ ” How can make it?

    Thanks in advances!

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

    Hi,

    Kindly try this one:

    @media screen and (max-width:767px) {
    .woocommerce .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select { color:#000 !important;}
    }
    @media screen and (-webkit-min-device-pixel-ratio:0) { 
      .woocommerce .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select { color:#000 !important;} 
    }

    Regards,
    Chris

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

    Hi,

    Kindly this CSS to fix in mobile version.

    @media screen and (max-width:479px) {
    .woocommerce .woocommerce-ordering select option, .woocommerce-page .woocommerce-ordering select option { color: #000 !important;}
    }

    Regards,
    Chris

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

    Hi,

    Kindly use this one.

    .woocommerce div.product .woocommerce-tabs ul.tabs li a { background-color: #ce61a0 !important;}
    .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 !important;}
    .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 !important;}

    Regards,
    Chris

    #202848
    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:

    .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: 31231
    • Total: 31231
    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: 31231
    • Total: 31231
    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.

Viewing 15 results - 151 through 165 (of 3,298 total)