Search Results for 'color'

Home Forums Search Search Results for 'color'

Viewing 15 results - 61 through 75 (of 3,301 total)
  • Author
    Search Results
  • #210478
    SraointeSraointe
    Participant
    Member since: December 8, 2023

    Good afternoon, I’m looking to remove all first letter colours from my site. I found an old forum that has this custom css in it. When I put it in the css box, it previews fine. However, when I publish the first letter colours return.

    .logo > h1 > a > span, #footer .footercols1 h3::first-letter, #footer .footercols2 h3::first-letter, #footer .footercols3 h3::first-letter, #footer .footercols4 h3::first-letter, h1.postitle::first-letter, .single_post_content h1::first-letter, h2.postitle::first-letter{color: inherit !important;}

    Please advise. I do not want first letter colours at all.

    THANKS!

    Shonna

    #210228
    Susan RichardSusan Richard
    Participant
    • Topics: 1
    • Replies: 3
    • Total: 4
    Member since: December 2, 2023

    Also, I changed the page background color to black and the site text color to white but the text color did not change! Please please help.

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

    Hi,

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

    .comment-form-cookies-consent {
      color: #30829d;
    }
    .tag_list i {
      color: #30829d;
    }

    Regards,
    Chris

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

    Hi there,

    On the individual posts, I noticed that the “Tag” icon is displayed in green as well as the text on the “Save my name, email, and website in this browser for the next time I comment.” option. I am using the “single post right sidebar” layout but could not figure out where to change the color. I could not find it neither in the theme customization part, nor in Elementor, nor in WP customization.

    For example, on the following page: https://destination-montagne.ch/en/le-long-de-lareuse/ I would like to change the color of the tag icons and the text at the botton to another color (the same as the one defined on other sections of the page: #30829d blue).

    Is there a way to change that? In the customized CSS section? If so, what should I put in there?

    Thanks in advance.
    Cheers
    Charles

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

    Hi,

    Hi,

    Kindly remove .skt-header-extras .skt-header-button a{color:<?php echo $complete[‘header_button_color’] ?>;} this code from “custom-style.php” at line number 343, this is unused function so we can remove that from the file.

    Q : And a last question, in the previous version of Buziness, we can setup a background color for the area of the text on the slider (where is : title, description), how to define it in this version ?

    Ans : This is an updated Buziness theme. This functionality is removed in the updated theme.

    #209662
    Benjamin HoewlerBenjamin Hoewler
    Participant
    • Topics: 1
    • Replies: 7
    • Total: 8
    Member since: January 25, 2016

    Hi Brad,

    Ohhhhhh thanks to you, yes, Autoptimize (Version 3.1.9) seems responsible of slider not showing for visitors…

    But, the other error “header_button_color” still there:

    “/home/clients/7187cf48fcbef7455a642bfed95643f3/.config/apache/hoewler.ch/.fpm/php5.external” stderr: PHP message: PHP Warning: Undefined array key “header_button_color” in /home/clients/7187cf48fcbef7455a642bfed95643f3/web/wp/wp-content/themes/bizness-pro/templates/custom-style.php on line 343; PHP message: PHP Warning: Undefined array key “header_button_color” in /home/clients/7187cf48fcbef7455a642bfed95643f3/web/wp/wp-content/themes/bizness-pro/templates/custom-style.php on line 345, referer https://www.hoewler.ch/?cn-reloaded=1

    found that area in : \wp\wp-content\themes\bizness-pro\templates\custom-style.php
    at line 343 : .skt-header-extras .skt-header-button a{color:<?php echo $complete[‘header_button_color’] ?>;}

    Could you solve it ?

    And a last question, in the previous version of Buziness, we can setup a background color for the area of the text on the slider (where is : title, description), how to define it in this version ?

    Thanks in advance and see you,
    Ben

    #209634
    Benjamin HoewlerBenjamin Hoewler
    Participant
    • Topics: 1
    • Replies: 7
    • Total: 8
    Member since: January 25, 2016

    I can see tha but doesn’t know if it’s linked to the slider problem :

    “/home/clients/7187cf48fcbef7455a642bfed95643f3/.config/apache/hoewler.ch/.fpm/php5.external” stderr: PHP message: PHP Warning: Undefined array key “header_button_color” in /home/clients/7187cf48fcbef7455a642bfed95643f3/web/wp/wp-content/themes/bizness-pro/templates/custom-style.php on line 343; PHP message: PHP Warning: Undefined array key “header_button_color” in /home/clients/7187cf48fcbef7455a642bfed95643f3/web/wp/wp-content/themes/bizness-pro/templates/custom-style.php on line 345; PHP message: PHP Warning: Undefined variable $catid in /home/clients/7187cf48fcbef7455a642bfed95643f3/web/wp/wp-content/themes/bizness-pro/customizer/extra.php on line 143, referer https://www.hoewler.ch/?customize_changeset_uuid=e21bd525-002d-4d19-bab6-81ed674e2d14&customize_theme=bizness-pro&customize_messenger_channel=preview-20&customize_autosaved=on

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

    Hi,

    Kindly use this CSS to change sidebar color.

    #sidebar .widget {
      background: #fff !important;
    }

    Regards,
    Chris

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

    Hi,

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

    .header_wrap, .header {
      background-color: transparent !important;
    }

    Regards,
    Dave

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

    Hi,

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

    .skt-page-title h1 {
      color: #fff;
    }

    Regards,
    Dave

    #209448
    NigelNigel
    Participant
    • Topics: 184
    • Replies: 336
    • Total: 520
    Member since: March 17, 2016

    Hi
    I’m changing the parameters for the code sent but they do not appear to be changing the overlap issue on a tablet/landscape screen (612px wide) – working OK in portrait mode tho

    see: https://wiknc.nimsite.uk/wp-content/uploads/2023/11/Capture2-621pixel-wide.jpg

    this is the code set-up in the custom CSS. Can you advise what to change please

    thanks

    Nigel

    span.desc{display: none;}

    @media screen and (max-width:500px) {
    .logo img { max-width:115%;}
    span.desc { font-size:20px;}
    .phonenumber a { font-size:20px; margin:0;}
    }

    @media screen and (min-width:768px) and (max-width:900px) {
    .slider-main .nivo-caption .title { font-size:28px;}
    .slider-main .nivo-caption .nivo-caption-content { max-width:500px;}
    .home.has_trans_header .slider-header-layout3 .nivo-caption { top:80%;}
    }

    span.desc{display: none;}
    #sidebar .widget {background:#939393 !important;}
    #sidebar #searchform #s { color:#ffffff !important;}
    .header #simple-menu .fa-bars { color: #ff3f00 !important;}
    #sidebar .widget .widgettitle, #sidebar .widget li a, #sidebar .widget a, #sidebar .widget label { color:#000 !important;}
    span.widget_border { background:#000 !important;}

    @media screen and (min-width:901px) and (max-width:1023px) {
    .slider-main .nivo-caption .title { font-size:28px;}
    .slider-main .nivo-caption .nivo-caption-content { max-width:500px;}
    .home.has_trans_header .slider-header-layout3 .nivo-caption { top:70%;}
    }

    @media screen and (min-width:1024px) and (max-width:1160px) {
    .slider-main .nivo-caption .title { font-size:32px;}
    .slider-main .nivo-caption .nivo-caption-content { max-width:500px;}
    .home.has_trans_header .slider-header-layout3 .nivo-caption { top:80%;}
    }

    @media screen and (max-width:1024px) {
    #footer.footer-type3 .rowfooter { margin:0;}
    }

    #209441
    Aatu KeränenAatu Keränen
    Participant
    Member since: October 11, 2023

    Hi,

    When I go into my site /Customize /Basics settings /Color options, and try to change H1 color it wont change the color. When selecting a color the preview window does change the color, but when pressing save/publish the color goes back to dark gray and is barely readable on my header.

    Here’s a screenshot: https://app.gemoo.com/share/image-annotation/578630985934045184?codeId=DW2WmVbqd1ym8&origin=imageurlgenerator

    My site: allightsystems.com

    Kind regards,
    Aatu

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

    Hi,

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

    .wpcf7-form label {
      color: #282828 !important;
    }
    input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], select, textarea {
      background: rgba(0,0,0,0.03) !important;
    }

    Regards,
    Chris

    #208152
    Giampaolo RibaldiGiampaolo Ribaldi
    Participant
    Member since: April 21, 2016

    Hi,

    i have a problem with the label and background color in CF7 with SKT Mechanic.

    I would like to change the blue color of the label title and background label in home page on this site: http://www.sgnoleggio.it/

    The title label should be black, and the background color of label text should be white/trasparent.

    Can you help me? This is the CSS i used now

    /* Contact Form 7 Styles */
    .wpcf7 {
    background-color: #FFFFFF;
    border: 1px solid #DBDBDB
    }
    .wpcf7-form {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    }
    .wpcf7-form {
    color: #876;
    }

    #207942

    In reply to: HVAC theme footer

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

    Hi,

    Kindly use this CSS to resolve the issue.

    .footercols3 a {
      color: #fff !important;
    }

    Regards,
    Brad

Viewing 15 results - 61 through 75 (of 3,301 total)