Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #193258

    AmitLavi
    Participant

    Hi,

    I have a couple of questions, I hope you can help as I couldn’t find an answer here. Please consider I have no coding knowledge.

    1. I am trying to scale down the size of the image in the promo box without adding more columns. Reducing image size didn’t help. I am referring to the team section here: http://f19.643.myftpupload.com/

    2. On my blog, I had to resort to adding another slider to add a header banner. It’s quite heavy – is there another way?
    The blog is here http://f19.643.myftpupload.com/blog/

    BTW – I love your theme! I had no experience with WordPress at all, and I’m very happy with what I managed to do so far 🙂

    Thanks,
    Amit

    #193956

    Friech
    Moderator

    Hi Amit,

    Thank you for writing in and for the kind words! 1.) To scale down the size of the image in the promo box please add this under Custom > CSS in the Customizer.

    .page-id-6681 .x-promo-image-wrap img {min-width: 50%;}
    .page-id-6681 .x-promo-image-wrap {background-color: #fff;}

    2.) In that case please deactivate the slider. And activate the Topbar on Customizer under the Header panel. And see what you could do from there.

    Hope this helps, Cheers!

    #201455

    AmitLavi
    Participant
    This reply has been marked as private.
    #201647

    Thai
    Moderator

    Hi there,
    Try adding following CSS under Appearance > Customize > Custom > CSS:

    body.home .x-navbar-wrap {
    display: none;
    }

    Hope it helps.

    #203768

    AmitLavi
    Participant

    It does help ! Thanks so much! is there any chance I can do this wonder on other pages as well? Like removing it from this page: http://marketingnv.com/product-and-ppc-analyst-position/

    Thanks
    Amit

    #204193

    Nabeel A
    Moderator

    Hi again,

    Glad it worked, you can try the following CSS for the mentioned page:

    .page-id-6947 .x-navbar-wrap {
    display: none;
    }

    Let us know how this goes!

    #204247

    AmitLavi
    Participant
    This reply has been marked as private.
    #204250

    AmitLavi
    Participant

    Actually I’ve managed – thank you so much!

    #204760

    Christian
    Moderator

    Glad you’ve sorted it out.