Header tittle color - by juanideas - on WordPress WooCommerce support

This topic has 8 replies, 4 voices, and was last updated 8 years ago ago by Eva Kemp

  • Avatar: juanideas
    juanideas
    Participant
    March 11, 2016 at 23:24

    hi! i had changed header background:
    .header-wrapper.header-type-4 {
    background-color: #77bf43;
    }
    .main-nav {
    background-color: white;
    }

    1. how can i change the tittle color on over? i need change to white. now is green same color of Main Color

    2. in wich php can i translate : SHARE POST
    thanks!!

    7 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    March 12, 2016 at 09:25

    Hello,

    1. Please show a page where you want to change title color.

    2. The string can be translated in the file wp-content/themes/woopress/languages/default.po. How to translate theme correctly you can read in the documentation https://www.8theme.com/demo/docs/woopress/#!/2_how_to_translate .

    Best regards,
    Jack Richardson.

    Avatar: juanideas
    juanideas
    Participant
    March 14, 2016 at 15:44

    Hello Jack. the pages is: http://sarasibarpropiedades.com/web/

    look, the tittles are in black, but when i click on each tittle turn to green, i need set to white
    thanks!!
    juan

    Avatar: Robert Hall
    Robert Hall
    Support staff
    March 14, 2016 at 15:54

    Hello,

    Please add this cide in Global Custom CSS.

    .menu >li.current-menu-item >a{
    color:#fff !important;
    }

    Regards,
    Robert Hall

    Avatar: juanideas
    juanideas
    Participant
    March 15, 2016 at 15:58

    Hi Robert! How can i change the color of read more post grid button. i need change to green.
    look: http://sarasibarpropiedades.com/web/

    Thanks!!

    Avatar: Eva
    Eva Kemp
    Support staff
    March 15, 2016 at 18:13

    Hello,

    Please add this code in Global Custom CSS:

    .vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
       background-color: green !important;
    }

    Regards,
    Eva Kemp.

    Avatar: juanideas
    juanideas
    Participant
    March 15, 2016 at 23:30

    Thanks!!!!
    Eva, how can i change the white background color in fixed header. look:http://uploadpie.com/MAlrv

    regards!

    Avatar: Eva
    Eva Kemp
    Support staff
    March 16, 2016 at 09:57

    Hello,

    Please use this css code in Global Custom CSS section:

    .fixed-header-area {
       background-color: green;
    }

    Regards,
    Eva Kemp.

  • Viewing 8 results - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.