Search Results for 'color'

Home Forums Search Search Results for 'color'

Viewing 15 results - 271 through 285 (of 3,298 total)
  • Author
    Search Results
  • Mohammad Iqbal TariqMohammad Iqbal Tariq
    Participant
    Member since: February 23, 2022

    IT Consultant theme customizing Basic colors options color cannot change on web page once change but when we published than back to default colors .please help me thanks . We are very thankful to you

    #190941
    jtrent67jtrent67
    Participant
    Member since: October 25, 2019

    Hi! How do I remove the grayed out hover effect on the 3-image box in Luxury Watch theme so that the pictures are in full-color? Thanks! (I like the animation…just need pics to be full-color from the start.)

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

    Hi,

    kindly use this CSS:

    .nivo-caption { width: 1170px; background-color: transparent !important;}
    .nivo-caption .nivo-caption-content { max-width:50% !important; padding:20px; background-color:rgba(206,112,62,0.55) !important;}
    
    @media screen and (max-width:1024px) {
    .nivo-caption { width:auto;}
    }
    
    .woocommerce ul.products li.product .onsale, .woocommerce span.onsale {
      height: 90px;
      width: 90px;
      line-height: 90px;
    }

    Regards,
    Chris

    #190854
    RED PILL DesignRED PILL Design
    Participant
    Member since: May 16, 2020

    Hello,

    I have 2 issues on the frontpage.
    1)
    The text box is displayed centerd, where I would like it to be aligned left. I have added the custom CSS below to create the box
    .nivo-caption {
    width: 50%;
    background-color: rgba(206,112,62,0.55);
    padding: 15px;
    }
    See illustration: https://ibb.co/NFmVywK

    2)
    The word “Aanbieding” does not fit in the small circle
    See illustration: https://ibb.co/mSNv0Lj

    The URL is https://www.redpilldesign.nl/jaads
    I have created an account for you on the site.

    #190598
    Joren PeetersJoren Peeters
    Participant
    Member since: April 10, 2020

    I came across a small, but annoying, struggle. I’d like to add a piece of tekst whith bold and colored keywords (see picture for example).
    – The theme color i’m using for my website is: #b4822d
    – I’ve used this color in the font of the title, no problem.
    – I’d like to use this color to highlight the keywords.
    – There’s only a small colorpallet.

    Question: Is there a way, maybe in code, to have more coloring options available in textboxes?

    Picture: https://imgur.com/a/cIYMEW5

    #190488
    Vanessa GómezVanessa Gómez
    Participant
    Member since: July 4, 2016

    Hi,

    web: http://www.canquim.es (under construction)

    We have a problem with the weight of the submenu font when the parent element is active.

    For example, if we are in the “Products” section (https://www.canquim.es/es/shop/) the title of the menu is correct in terms of color and thickness, but when opening the submenu all the titles of the elements should be at weight 500, but they are at weight 900 like the parent element.

    We can’t find which is the correct selector to edit it through css. Can you tell us which one it is?

    We have sent the access data to the web through the contact form.

    Thanks for your help!

    Best regards,
    Vanessa

    #190478

    In reply to: Posterity Pro

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

    Hi,

    Kindly use this CSS.

    .elementor-lightbox {
      background-color: #000;
    }
    .elementor-swiper-button i {
      color: #f00 !important;
    }

    Regards,
    Dave

    #190392

    In reply to: Posterity Pro

    Elizabeth WesleyElizabeth Wesley
    Participant
    • Topics: 3
    • Replies: 10
    • Total: 13
    Member since: July 8, 2021

    By the way, thank you for messing up all my font colors on pages. smh

    #190332

    In reply to: Posterity Pro

    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6994
    • Total: 7004
    Member since: June 12, 2013

    Kindly go to Appearance >> Customizer >> Basic >> Custom CSS Box:
    body.page page-id-1950 .elementor-lightbox {background-color: #000 !important;}
    body.page page-id-1950 .elementor-swiper-button i {color:#f00 !important;}

    Regards,

    #190182

    In reply to: Logo Transparency

    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 {
      background-color: transparent;
    }

    Regards,
    Dave

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

    .footercols2 span {
      color: #000 !important;
    }

    Regards,
    Chris

    #190146
    JackieJackie
    Participant
    Member since: May 23, 2019

    Dear Sir/Madam,

    I’m using SKT Herbal Theme, i try to change the footer background color and text color to black color. i managed to change all except Footer Column 2 stil remind grey color.

    kindly help.

    thank you

    #190116
    Elizabeth WesleyElizabeth Wesley
    Participant
    Member since: July 8, 2021

    How do I change the arrow color on the gallery? When you click on a photo in the gallery, It brings up a grey screen to show the photos, the left and right arrows are white. I would like it to bring up the background color to black and change my arrows to red.

    #189965

    In reply to: mobile menu

    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:

    @media screen and (max-width:1023px) {
    #simple-menu .fa-bars { color: #fff !important;}
    #simple-menu { margin-top: -15px !important;}
    }

    Regards,
    Dave

    #188968
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6994
    • Total: 7004
    Member since: June 12, 2013

    Kindly go to Appearance >> Customizer >> Basic >> Custom CSS Box:

    #topmenu ul li.get-button a {background-color:#enter your color code; color:#enter your color code;}
    example: #topmenu ul li.get-button a {background-color:#3a74d8; color:#fff;}
    See screenshots:
    https://nimb.ws/RTJ7Px

Viewing 15 results - 271 through 285 (of 3,298 total)