Search Results for 'color'

Home Forums Search Search Results for 'color'

Viewing 15 results - 46 through 60 (of 3,298 total)
  • Author
    Search Results
  • Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31221
    • Total: 31221
    Member since: August 16, 2013

    Hi,

    1. How to make subpages have different photos as headers – now there is always only one and the same photo on all subpages except the main one where there is a slider? By the way, how to make the height of the photo on the subpage greater than 400 px? As I remember, something had to be entered in custom css??

    Ans: Kindly refer to our documentation to change the inner header banner image. We have mentioned all the information here.

    https://www.sktthemesdemo.net/documentation/skt-elementor-doc/#inner-header

    .page_head img, .post_head img { height:auto;}

    2. On the subpage, at the very top of the header, there is a black background that covers the header menu and logo. On my website, the font is black and turns yellow when active. This looks good on the home page but very bad on subpages where the background blends in with the menu??

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

    .page #topmenu ul li a {
      color: #fff;
    }

    Regards,
    Dave

    BradBrad
    Participant
    Member since: March 7, 2016

    The top header bar in SKT Build Pro is not holding the color set. The color is set to black, which works in mobile mode but not in desktop. Also the same problem is showing up for Menu color of a page is set to Yellow however it is showing Orange. Again it is working correctly on mobile devices.

    You can view at staging.sask1stcall.com

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

    Hi,

    Kindly use this CSS code to change green to purple.

    .woocommerce div.product p.price, .woocommerce div.product span.price {
      color: #6f00bf;
    }

    Regards,
    Chris

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

    Hi,

    Kindly use this CSS code to change hover color green to purple.

    .skt-header-extras .skt-header-button a:hover {
      color: #6f00bf;
    }

    Regards,
    Chris

    #215874
    Christopher ToyChristopher Toy
    Participant
    • Topics: 3
    • Replies: 9
    • Total: 12
    Member since: January 22, 2024

    Chris,
    Thanks again! Now I can’t seem to change the hover color to purple, I even have the setting for Header Button Hover Color set to purple but it remains green on hover?

    https://sporetuality.com

    Thanks,
    Chris

    #215808
    Andrea AlbertinAndrea Albertin
    Participant
    • Topics: 4
    • Replies: 20
    • Total: 24
    Member since: February 8, 2024

    Hi,
    I saw that you released version 1.4.
    I tried to update your plugin from 1.3 to 1.4, but the pages created with version 1.3 become unusable after the update.
    The first things I saw were that:
    – the Section block no longer has the option to choose Full-width
    – MultiButton does not keep the color of the text I choose
    – AdvancedColumn gives an error and must be re-entered
    Impossible to use on an already published site…
    I await your response,
    Thank you

    #214870
    Ener PowerEner Power
    Participant
    Member since: February 7, 2024

    I get these php warnings on my website getech.com.tr. I am using skt-nature theme.

    2024/03/01 10:04:38 [error] 792#792: *805 FastCGI sent in stderr: “PHP message: PHP Warning: Undefined array key “header_button_topbg_color” in /getech.com.tr/wp-content/themes/skt-nature/templates/custom-style.php on line 128; PHP message: PHP Warning: Undefined array key “header_button_bottombg_color” in getech.com.tr/wp-content/themes/skt-nature/templates/custom-style.php on line 128; PHP message: PHP Warning: Undefined array key “services_titletopcolor” in getech.com.tr/wp-content/themes/skt-nature/templates/custom-style.php on line 165; PHP message: PHP Warning: Undefined array key “services_titlebotmcolor” in getech.com.tr/wp-content/themes/skt-nature/templates/custom-style.php on line 165; PHP message: PHP Warning: Undefined array key “contact_border_color” in getech.com.tr/wp-content/themes/skt-nature/templates/custom-style.php on line 170; PHP message: PHP Warning: Undefined array key “slide_pager_color_id” in getech.com.tr/wp-content/themes/skt-nature/templates/custom-style.php on line 274; PHP message: PHP Warning: Undefined array key “slide_active_pager_color_id” in getech.com.tr/wp-content/themes/skt-nature/templates/custom-style.php on line 275; PHP message: PHP Warning: Undefined array key “product_imghv_overlay_color” in getech.com.tr/wp-content/themes/skt-nature/templates/custom-style.php on line 368; PHP message: PHP Warning: Undefined array key “social_hover_iconbg_color_id” in getech.com.tr/wp-content/themes/skt-nature/templates/custom-style.php on line 374; PHP message: PHP Warning: Undefined array key “social_hover_icon_color_id” in getech.com.tr/wp-content/themes/skt-nature/templates/custom-style.php on line 384; PHP message: PHP Warning: Undefined array key “social_hover_icon_color_id” in getech.com.tr/wp-content/themes/skt-nature/templates/custom-style.php on line 388; PHP message: PHP Warning: Undefined

    For security reasons, I wouldn’t like to give admin access, so if you can guide me on how to fix them or provide a fixed code that would be great.

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

    Hi,

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

    #topmenu ul li.menu_hover a:link, #topmenu ul li.menu_hover a:visited {background-color:transparent !important;}
    #topmenu ul li ul li a:hover{color:#ffffff !important;}

    Regards,
    Brad

    #214756
    Robbert de BlockRobbert de Block
    Participant
    Member since: July 21, 2019

    Theme: Maintenance Pro 9.0
    Problem screenshot: https://ibb.co/0qsRsNN

    The menu options in the customizer are setup like this:
    https://ibb.co/7jF9qKy

    Problem:
    As you can see the submenu background color isn’t #FFFFFF like it has been setup using the customizer.

    Could you provide us with 1) an update to the theme which fixes this error and 2) a custom css code to fix it asap?

    #214662

    In reply to: PHP Warnings

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

    Hi,

    Kindly go to theme folder > templates > custom-style.php, from here remove the unused functions those are showing in log file for example “skt_testimonial_box_text_color”,

    Kindly find this variable and remove this from the custom-style.php file

    homepost_readmore_color
    homepost_readmorehv_color
    product_imghv_overlay_color
    cart_iconcount_color
    cart_iconcountbg_color
    skt_testimonial_box_text_color
    post_date_color
    post_datebg_color
    yellow_box_circle_color
    slide_pager_color_id
    slide_active_pager_color_id
    header_right_areabg_color
    header_button_text_color
    header_button_color
    social_hover_icon_color_id
    festival_bg_color
    footer_menu_topborder_color

    Properly removed this variable because it’s a function file if you missing any this your site can be getting a critical error.

    after given this changes kindly remove error_log.txt file and check.

    NOTE: If any issue arises while changing the code, then we will not be responsible for it.

    Regards,
    Chris

    #214627
    Christopher ToyChristopher Toy
    Participant
    Member since: January 22, 2024

    I am looking on help on how to change the green circle background color numbers under Easy Step to Order the Services on the homepage?

    1 Consultations with our expert
    2 Get an appointments
    3 Enjoy your service

    and Also how to replace the 2 green leaves under this section block?

    Thanks for your help!

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

    Hi,

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

    .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;
    }

    Regards,
    Chris

    #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: 31221
    • Total: 31221
    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

Viewing 15 results - 46 through 60 (of 3,298 total)