• Resolved dashaudalova

    (@dashaudalova)


    Hi!

    I have currently installed Wallstreet Light.
    I have some issues that I would like to figure out.

    1. My website has 3 pages, HOME-ABOUT US-CONTACT
    I would like to change the banner for “about us” and “contact”.
    Currently I have some green leaves on it.
    ______________________________________________________________
    2. My second issue are the socials on the page. I would like to remove “youtube”, “twitter”, “GooglePlus” and add instead “Instagram”.
    So there must be “facebook”, “Linked In” and “Instagram”.
    ______________________________________________________________
    3. The mobile version is really nice, but I have a problem with Home page: H2 text and the banner. I would like to hide H2 and make image more zoomed in.
    ______________________________________________________________
    4. I would like to change the color of “search” widget on my home page in the footer from green to #ff5214.

    I would be very happy if we could solve all the issues.
    Thank you a lot!

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @dashaudalova,

    Thanks for contacting us,

    1. For change about us banner image you can paste the following css code in custom css field (Theme Dashboard >> appearance >> customize >> header setting >> custom css filed)

    .page-id-574 .page-mycarousel {
    background: url('http://lorempixel.com/output/sports-q-c-1600-400-5.jpg') repeat scroll 0 0 / cover #143745 !important;
    box-shadow: 0 7px 10px -10px #000;
     padding: 336px 0 65px;
    }

    2. For change contact us banner image you can paste the following css code in custom css field (Theme Dashboard >> appearance >> customize >> header setting >> custom css filed)

    .page-id-598 .page-mycarousel {
    background: url('http://lorempixel.com/output/sports-q-c-1600-400-5.jpg') repeat scroll 0 0 / cover #143745 !important;
    box-shadow: 0 7px 10px -10px #000;
     padding: 336px 0 65px;
    }

    Change banner image background URL as you need.

    And for another issue, you make a new ticket, because it becomes quite complicated for us to get together a lot of query within the ticket.

    Thanks.

    • This reply was modified 8 years, 3 months ago by Imran Ali.
    Thread Starter dashaudalova

    (@dashaudalova)

    Hi, thank you for your quick answer!

    I can add a picture, but I can still see the green leaves on the screen, can I hide those?

    Thank you!

    Thread Starter dashaudalova

    (@dashaudalova)

    Hi!
    I’ve managed to solve the problem with this code, is it right?

    .page-id-574 .page-mycarousel {
    background: url(‘https://www.laenensfijnwerk.be/wp-content/uploads/2018/01/Schermafbeelding-2018-01-17-om-14.07.25kopie.jpg’) repeat scroll 0 0 / cover #143745 !important;
    box-shadow: 0 7px 10px -10px #000;
    padding: 300px 0 65px;
    }

    .page-mycarousel .img-responsive { display: none; }

    .page-id-598 .page-mycarousel {
    background: url(‘https://www.laenensfijnwerk.be/wp-content/uploads/2018/01/Schermaf18-01-17-om-14.07.25kopie.jpg’) repeat scroll 0 0 / cover #143745 !important;
    box-shadow: 0 7px 10px -10px #000;
    padding: 300px 0 65px;
    }

    Thanks!

    Hi @dashaudalova,

    If your issue is resolved, then you close the ticket
    And if you are happy with our theme and support, then you can rate the theme using the following link.

    https://wordpress.org/support/theme/wallstreet/reviews/#new-post

    Thanks

    Thread Starter dashaudalova

    (@dashaudalova)

    Allright! Thanks

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Socials’ is closed to new replies.