Search Results for 'color'

Home Forums Search Search Results for 'color'

Viewing 15 results - 556 through 570 (of 3,298 total)
  • Author
    Search Results
  • #161525

    In reply to: Change color of text

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

    Hi,

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

    #footer .footercols1 { color:#fff !important;}
    .skt-builder-features-list h3 {
        color: #282828 !important;
    }

    Regards,
    Chris

    #161489
    Michiel HesselingMichiel Hesseling
    Participant
    Member since: August 28, 2020

    Website: http://www.pceerstehulp.com
    Theme: laptop repair pro

    There are two parts of the website where the text is barely readable. I would like to change the color to #FAFAFA
    But I don’t see the option.
    One is in the footer. The two lines with the email address and phonenumber.
    The other is Ik werk met alle laptops en desktops waar Windows op staat. (etc)

    Please let me know where I can find the option to change the color.

    TIA

    Michiel

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

    Hi,

    We checked, Header color is already blue in shop page.

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

    Regards,
    Chris

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

    Hi,

    Phone number is already showing in white color.

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

    Regards,
    Chris

    #160388
    Jonas LantzJonas Lantz
    Participant
    • Topics: 2
    • Replies: 2
    • Total: 4
    Member since: August 18, 2020

    To clarify:

    the only adjustments I made was adding or removing pages to the working menu and changing colors and fonts within the theme.

    I have disabled all customized css code for a while, but that was not the problem.

    I also tried to delete the word Tjänster (Services) to see if it was a language incompatibility, but with no result.

    The responsiveness seems to work as written above because when I scale the window the full size header disappears and the responsive mobile adapted header appears. (It just doesn’t appear on the actual mobile device.)

    I edit it in Safari on the computer, and I have Safari in my mobile, so it is not a matter of browser incompatibility.

    I am out of ideas of what could be wrong.

    🙁

    #160342
    Dan SmithDan Smith
    Participant
    • Topics: 3
    • Replies: 2
    • Total: 5
    Member since: November 3, 2019

    Ok I just added this code and it got rid of the header in woocommerce:

    .woocommerce .hide-header { display: none !important; }

    So now I just need the background of the logo/menu in the shop to match the rest of the site–which is a blue, I’m not sure where it is pulling that grayish color from. Can I override it with some css?

    Thanks!

    #160335
    Jonas LantzJonas Lantz
    Participant
    Member since: August 18, 2020

    Hi,

    after having installed the theme and done some adjustments to fonts, colors etc, the mobile menu stopped working. What can be the reason? The words in the titles is not overly long. It works fine on computer, when I make the screen smaller it switches to another, adapted menu, as expected, but it doesn’t show up in the actual mobile.

    http://www.lantzconsulting.se

    BR
    Charlotta (graphic designer for Jonas webpage)

    Dan SmithDan Smith
    Participant
    Member since: November 3, 2019

    The storefront of woocommerce is a different color than the rest of my website. What would be causing this issue? I am able to adjust the header on the rest of the website, but I can’t seem to find a way to get the store header to change.

    #160191
    WebWeb
    Participant
    Member since: February 9, 2017

    Hi,
    I’m looking to change the font colour of the phone number in the mobile version of my website. Just want to make it White (#FFFFFF) but can’t seem to be able too. Thanks

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

    Hi,

    Which background color you want to change?

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

    Regards,
    Dave

    #160011

    In reply to: SKT-Newspaper Theme

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

    Hi,

    Remove

    .pgwSlideshow .ps-current span.ps-prev { background:url(images/thumb_prev.png) no-repeat center center #f7cc00 !important;}
    .pgwSlideshow .ps-list li { border-color:#f7cc00;}
    .tab-content-post .tabs-wrapper ul.tabs { border-bottom: solid 1px #f7cc00;}

    Replace this New CSS:

    .pgwSlideshow .ps-current span.ps-prev, .pgwSlideshow .ps-current span.ps-next { background-color:#f7cc00 !important;}
    .pgwSlideshow .ps-list li { border-color:#f7cc00;}
    .tab-content-post .tabs-wrapper ul.tabs { border-bottom: solid 1px #f7cc00;}

    Regards,
    Dave

    #159954

    In reply to: SKT-Newspaper Theme

    pachecoveigapachecoveiga
    Participant
    • Topics: 10
    • Replies: 37
    • Total: 47
    Member since: November 20, 2017

    The CSS code sent to this section did not work as expected. See the image of the link below

    https://imgur.com/L6oB4Bq

    .pgwSlideshow .ps-current span.ps-prev { background:url(images/thumb_prev.png) no-repeat center center #f7cc00 !important;}
    .pgwSlideshow .ps-list li { border-color:#f7cc00;}
    .tab-content-post .tabs-wrapper ul.tabs { border-bottom: solid 1px #f7cc00;}

    #159950

    In reply to: SKT-Newspaper Theme

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

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .cat-title a {
        color: #fff !important;
    }
    .category-box:hover .cat-title a {
        color: #000 !important;
    }

    Regards,
    Dave

    #159942

    In reply to: SKT-Newspaper Theme

    pachecoveigapachecoveiga
    Participant
    • Topics: 10
    • Replies: 37
    • Total: 47
    Member since: November 20, 2017

    2- Section option change font color
    link image: ( https://imgur.com/UCMrW8f )

    #159843

    In reply to: SKT-Newspaper Theme

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

    Hi,

    1- There’s a way to subscribe to the news?

    Ans: I can’t understand a thing what you are saying.

    2- Section option change font color (I have a word file with an example)

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

    3- Remove Post navigation from Post pages

    Ans: Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    #nav-below {
        display: none !important;
    }

    Regards,
    Dave

Viewing 15 results - 556 through 570 (of 3,298 total)