Another image in header - by toffytit - on WordPress WooCommerce support

This topic has 6 replies, 3 voices, and was last updated 8 years, 5 months ago ago by Robert Hall

  • Avatar: toffytit
    toffytit
    Participant
    November 2, 2015 at 20:13

    Hello,

    i am trying to figure out how to insert another image in the header of the wooman theme, where it would say woo man i would like one image and then on the right i would like another image. Is it possible to do this using custom CSS? if so could you help with with the code?

    thank you

    Toffy

    5 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    November 2, 2015 at 20:20

    Hello,

    Could you please clarify with more details what exactly you want to do and show us screenshots?

    Regards,
    Robert Hall.

    Avatar: toffytit
    toffytit
    Participant
    November 2, 2015 at 20:25

    I would like picture 1 (logo) to be as it is, and where picture two is (smiley face) i would like to add another image

    screenshot

    thanks for the fast response.

    Avatar: Eva
    Eva Kemp
    Support staff
    November 2, 2015 at 20:39

    Hello,

    Unfortunately there is no such option. You have to edit theme files in this case.

    Regards,
    Eva Kemp.

    Avatar: toffytit
    toffytit
    Participant
    November 2, 2015 at 20:45

    is there a way to have the header as a transparent image with a picture on the end?

    Avatar: Robert Hall
    Robert Hall
    Support staff
    November 2, 2015 at 21:20

    Hello,

    You can add image to the header via CSS code, for example:
    use the followin code in Global Custom CSS

    .header{
        background: url(http://robert.e-u.org.ua/woopress/wp-content/uploads/revslider/slider/slider.png);
        background-repeat: no-repeat;
        background-position: 50% 0;
    }

    background: url(http://robert.e-u.org.ua/woopress/wp-content/uploads/revslider/slider/slider.png);
    you need replace this string with your link for image

    Regards,
    Robert Hall.

  • Viewing 6 results - 1 through 6 (of 6 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.