Search Results for 'color'

Home Forums Search Search Results for 'color'

Viewing 15 results - 181 through 195 (of 3,298 total)
  • Author
    Search Results
  • #201521
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31231
    • Total: 31231
    Member since: August 16, 2013

    Hi,

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

    .header_wrap .header {
      background-color: rgba(48,134,232, 1) !important;
    }

    Regards,
    Dave

    Joshua IronsJoshua Irons
    Participant
    Member since: September 29, 2022

    I am building a site in the Air Conditioner theme. I set the header color to a blue color (#3086e8) in the theme customizer but it only shows up on the homepage:

    https://riveravemarketing.com/mcgarrigles/

    The blue header doesn’t show up on any of the interior pages, which you can see here https://riveravemarketing.com/mcgarrigles/about/

    I’m only using a limited number of custom CSS lines in the Custom CSS section of the customizer and none of them appear to have to do with the header’s color. I’ve checked the stylesheet and can’t find anything related to color.

    Can you guys help out – I’m not sure if there’s a CSS error or if I am missing a setting.

    Thanks.

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

    Hi,

    web: http://www.fpbaixemporda.cat

    We want the head info area to have the same transparency on all pages as it does on the home page.

    Now the head info area has a white background color, but it should have a rgba(255,255,255, 0.8) background color.

    Screenshot:
    https://i.imgur.com/7EGLP1n.jpg

    Thanks for your help!

    Best regards,
    Vanessa

    #201157

    In reply to: white logo

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

    Hi,

    Q1. its not show only in chrome??

    Ans: We checked, social media box working fine in chrome as well.

    Kindly see screenshot of chrome browser ????

    https://ibb.co/Y0wYNwW

    Q2. also how to change the hover color for team??

    Ans: This is done.

    Regards,
    Brad

    #201155

    In reply to: white logo

    Gulf IP GGulf IP G
    Participant
    • Topics: 4
    • Replies: 28
    • Total: 32
    Member since: October 8, 2022

    https://ibb.co/KG6qKhx

    its not show only in chrome

    also how to change the hover color for team
    see photo
    https://ibb.co/vYbq6mB

    #201124
    alberto montañoalberto montaño
    Participant
    Member since: September 19, 2022

    buenos dias, he intentado cambiar el tamaño y la imagen de la cabecera, pero solamente me cambia la imagen que coloco en:
    publicacion pagina / configuracion encabezado pagina / page Header Background Image
    solo me deja poner una imagen y esta se pone en todas las paginas y si se adaptan a ese tamaño, pero lo que quiero es poner en cada pagina una foto diferente, la modifico desde wordpress en el apartado de paginas, y pulso el nombre de la pagina y en el menu modifico la imagen, pero esta se queda mas pequeña y la diferencia en color gris como la imagen que adjunto. preguntar si se pueden modificar cada pagina con imagen diferente

    y otra pregunta en la pate del pie de pagina, hay un apartado de galeria, preguntar como cambiar esas imagenes
    https://urbanestilistas.es/ no esta visible por que la estoy realizando
    gracias

    #201058

    In reply to: Changing Header color

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

    Hi,

    Which color do you want to use in header?

    Regards,
    Chris

    #201046
    Ronald FranklinRonald Franklin
    Participant
    Member since: October 11, 2022

    I have the Meditation theme installed and for some reason the header when I use Header 3 wont change color. It is currently black and I can’t get it to change color anyway I try.

    Any help would be great.

    http://shinesoundtherapy.com/

    #201001
    danieledaniele
    Participant
    • Topics: 18
    • Replies: 26
    • Total: 44
    Member since: July 24, 2018

    I amanged to fix useing custom CSS:

    .woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {

    background:#64b744 !important;

    background-color:#64b744 !important;

    color:white !important;

    text-shadow: transparent !important;

    box-shadow: none;

    border-color:#ca0606 !important;

    }

    .woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover {

    background:#64b744 !important;

    background-color:#64b744 !important;

    color:white !important;

    text-shadow: transparent !important;

    box-shadow: none;

    border-color:#ca0606 !important;

    }

    .woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {

    background: #64b744 !important;

    color:white !important;

    text-shadow: transparent !important;

    border-color:#ca0606 !important;

    }

    .woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {

    background: #64b744 !important;

    box-shadow: none;

    text-shadow: transparent !important;

    color:white !important;

    border-color:#ca0606 !important;

    }

    #200997
    danieledaniele
    Participant
    • Topics: 18
    • Replies: 26
    • Total: 44
    Member since: July 24, 2018

    a little more information I need to get wc-proceed-to-checkout to be this color : #64b744

    #200996
    danieledaniele
    Participant
    Member since: July 24, 2018

    Hi I am having a problem finding a way to change the woocommerce buttons to mach colors of my site can some one please help

    #200990

    In reply to: white logo

    Gulf IP GGulf IP G
    Participant
    • Topics: 4
    • Replies: 28
    • Total: 32
    Member since: October 8, 2022

    Dear Sir
    its related for Cash i thing because till yesterday show on mobile white color background of logo

    now its ok after clear cash

    very thanks

    #200966

    In reply to: white logo

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

    Hi,

    1. center menu for mobile?

    Ans: I can’t understand a thing what you are saying. Can you show us any example.

    2. change backgrouod color for mobile menu??

    Ans: If you want to change mobile menu background color?

    Kindly go to Appearance >> Customize >> Header >> Header >> Scroll down to find “Mobile Menu Background Color” >> and change background color there.

    3. Mobile not show good can i use other logo for mobile and tab??

    Ans: Yes, you can change logo only for mobile via CSS.

    4. footer what the code to show ourservies list??

    Ans: This is done.

    Regards,
    Brad

    #200958

    In reply to: white logo

    Gulf IP GGulf IP G
    Participant
    • Topics: 4
    • Replies: 28
    • Total: 32
    Member since: October 8, 2022

    center menu for mobile
    change backgrouod color for mobile menu
    my logo white color show good in slide desktop
    but on mobile not show good can i use other logo for mobile and tap or you can change mobile logo background color

    also in footer what the code to show ourservies list
    same quick link i make pages its work

    when i inter to any services page there is sidebar menu ( how to show this on other page if ineed ,, any code ??? ) check link below
    https://ipgulf.org/our-service/trademark/

    #200956

    In reply to: white logo

    Gulf IP GGulf IP G
    Participant
    • Topics: 4
    • Replies: 28
    • Total: 32
    Member since: October 8, 2022

    i see only menu is with color on mobile still not thing change

Viewing 15 results - 181 through 195 (of 3,298 total)