Search Results for 'color'

Home Forums Search Search Results for 'color'

Viewing 15 results - 436 through 450 (of 3,298 total)
  • Author
    Search Results
  • #176228

    In reply to: CSS issue

    Vanessa GómezVanessa Gómez
    Participant
    • Topics: 184
    • Replies: 482
    • Total: 666
    Member since: July 4, 2016

    Hi,

    It is difficult to include a screenshot of the issue, but I will try to attach an image that helps to understand it

    This web page was designed with an old theme, which had its own css code that modified some elements (colors, etc)
    When installing the new theme we have discovered that many elements keep the characteristics (colors, size) set by the custom css of the old theme.

    Therefore, many elements have colors and measurements that do not correspond to the characteristics that we indicate in the new theme.

    https://i.imgur.com/8fjdS8N.jpg

    For example, in the image that we attached, we see how the product titles have the color # 0b5e89 when it should be # 262c66

    When reviewing the page with the browser’s html inspector we discovered that an inline style sheet appears that affects the elements of the page. This stylesheet should not be present, as we removed the old theme.

    The problem is, how to remove or unlink this stylesheet from the current theme?

    I hope I have explained clearly. And I hope you can give us a solution for this problem.

    Thank you very much!

    Best regards,
    Vanessa

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

    Hi,

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

    .head-info-area {
        background-color: rgba(39,64,153, 0.6) !important;
    }

    Regards,
    Chris

    #176162

    Topic: CSS issue

    in forum All Other Themes
    Vanessa GómezVanessa Gómez
    Participant
    Member since: July 4, 2016

    Hi,

    web: http://www.opticagracia.com (under construction)

    This website was already created by another company with a theme that was not designed by SKT. Now we have been tasked with updating the design of the website. For this reason we have installed a new theme (SKT Home Theater).

    But we have run into the problem that the new theme still uses a stylesheet from the previous theme. This online style sheet modifies colors, font sizes …
    How can we fix this issue?

    Thank you very much for your help!

    Best regards,
    Vanessa

    #175207

    In reply to: Social Media Icons

    Werner IngramWerner Ingram
    Participant
    • Topics: 3
    • Replies: 11
    • Total: 14
    Member since: December 2, 2020

    Hi again

    Sorry but my button on the main header is not working since you gave me the new css code to insert. It is the BOOK NOW button on the home page header, it is supposed to direct to https://book.nightsbridge.com/16825

    This is the current CSS I have for the site, please let me know what to change and what to keep as I have a few things that you customized.

    @media screen and (max-width:767px) {
    #simple-menu {
    position: relative;
    z-index: 9999999;
    }
    .emltp br {
    float: left;
    }
    }

    .header_wrap.layer_wrapper {
    position: sticky !important;
    top: -50px;
    z-index: 9999;
    }
    span.desc {
    color: transparent;
    }
    #topmenu {
    position: relative;
    z-index: 999;
    }
    @media screen and (max-width:479px) {
    .slider-main .slidebtn { bottom:0 !important;}
    .slider-main .slidebtn a { float:left;}
    span.emltp { margin-right:0 !important; width:100% !important; display:table !important;}
    span.emltp br { display:none !important;}
    .head-info-area .center { width:100% !important;}
    }

    @media screen and (min-width:480px) and (max-width:767px) {
    .slider-main .slidebtn { bottom:0 !important;}
    .slider-main .slidebtn a { float:left;}
    span.emltp { margin-right:0 !important; width:100% !important; display:table !important;}
    span.emltp br { display:none !important;}
    .head-info-area .center { width:100% !important;}
    }

    #175176

    Topic: Css

    in forum All Other Themes
    Carlos Raez CamposCarlos Raez Campos
    Participant
    Member since: May 17, 2018

    Hi i want to water droplets without image and with color #1A5276
    css for the water droplets, not just the circles

    url:http://antiqueva-cp5004.wordpresstemporal.com/premiumnueva/wp-admin/
    user:test
    pass:test

    https://imgur.com/JumzxrH

    Regards
    Carlos

    #175177
    Carlos Raez CamposCarlos Raez Campos
    Participant
    Member since: May 17, 2018

    Hi i want to water droplets without image and with color #1A5276
    css for the water droplets, not just the circles

    url:http://antiqueva-cp5004.wordpresstemporal.com/premiumnueva/wp-admin/
    user:test
    pass:test

    https://imgur.com/JumzxrH

    Regards

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

    Hi,

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

    .logo {
        background-color: transparent;
    }

    Regards,
    Dave

    #175119
    #174918
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31227
    • Total: 31227
    Member since: August 16, 2013

    Hi,

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

    .footercols3 p:empty { display: none;}
    #footer .footercols3 h3::after { background-color: #F09B43 !important;}
    .skt-testimonials .skt-testimonial-quote { color: #F09B43 !important;}

    Regards,
    Chris

    Ken PengKen Peng
    Participant
    Member since: February 8, 2021

    Hi, I recently purchased the Software theme and am having a few very specific issues.

    For some reason, in my footer, the third column is giving a big line break before starting the shortcoded menu, even though I have not typed a line break.

    In addition, there are some specific areas where I need to update colors, but am not sure how if not for editing the theme code itself, which I want to avoid doing. There is a quotation mark graphic in the testimonial section that I cannot find/replace anywhere on the backend of WordPress or in Elementor. There are also these purple dividers in the footer between the footer section name and the actual text of the section. I cannot find where to update that color. Then finally, hyperlink text and hover color in the footer. The footer is separate from Elementor, so I know I cannot edit that way.

    I am not a web developer, but do have some light experience with this stuff. Thank you for your patience if these are really obvious questions.

    Thanks!
    Taylor, [email protected]

    #174436
    Carlos Raez CamposCarlos Raez Campos
    Participant
    Member since: May 17, 2018

    Put the white color in the bar above but it does not apply

    url:http://antiqueva-cp5004.wordpresstemporal.com/premiumnueva/
    login:http://antiqueva-cp5004.wordpresstemporal.com/premiumnueva/wp-admin
    user:test
    pass:test

    https://imgur.com/wdXCK6p

    thanks Regards

    #174371

    In reply to: Strong theme help

    Jeroen DammersJeroen Dammers
    Participant
    • Topics: 4
    • Replies: 11
    • Total: 15
    Member since: November 1, 2020

    iframe .i4ewOd-pzNkMb-haAclf {
    background-color: rgb(215, 215, 215) !important;
    }

    I placed under Appearance=> Customizer => Basic => Custom CSS

    #174331

    In reply to: Strong theme help

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

    Hi,

    1. on this page bimpress.nl/over-ons/opleidingslocatie/, I used the Map template of the SKT builder. The only thing is that here I can’t change the header colour. I can do so in any other section template, but not here. Do you maybe have a small css code for this or another solution?

    Ans: Kindly use this CSS:

    iframe .i4ewOd-pzNkMb-haAclf {
        background-color: rgb(215, 215, 215) !important;
    }

    2. In the 3 blocks with “opleidingen” on this page bimpress.nl/bim-opleidingen/ and the home page the bullet points are “pointing fingers”, I want to change that. Where can I do that and do I have a choice what kind of bullets I want to use?

    Ans: Kindly go to Appearance >> Editor >> style.css >> scroll down to bottom of the page and paste.

    .skt-builder-programs-column .progcontent ul li::before {
        content: "\f101" !important;
    }

    Regards,
    Dave

    #174265

    In reply to: Strong theme help

    Jeroen DammersJeroen Dammers
    Participant
    • Topics: 4
    • Replies: 11
    • Total: 15
    Member since: November 1, 2020

    Hi dave,

    The code didn’t change the header color, with header I mean the word “OPLEIDINGSLOCATIES”, the title of the page, maybe I wasn’t clear enough.

    And I am familiar with the list of icons, but I don’t see where I can change that, instead of the pointing fingers in the blocks. Can you help? Thanks again!

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

    Hi,

    Delete that image and insert the image again from the media library.

    And kindly refer our documentation how to setup color settings.
    https://www.sktthemesdemo.net/documentation/skt-elementor-doc/#customize-basic

    Regards,
    Chris

Viewing 15 results - 436 through 450 (of 3,298 total)