-
AuthorPosts
-
January 28, 2015 at 3:39 am #193258
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,
AmitJanuary 28, 2015 at 8:33 pm #193956Hi 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!
February 8, 2015 at 1:18 am #201455This reply has been marked as private.February 8, 2015 at 9:37 am #201647Hi there,
Try adding following CSS under Appearance > Customize > Custom > CSS:body.home .x-navbar-wrap { display: none; }
Hope it helps.
February 11, 2015 at 1:03 am #203768It 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
AmitFebruary 11, 2015 at 12:42 pm #204193Hi 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!
February 11, 2015 at 2:05 pm #204247This reply has been marked as private.February 11, 2015 at 2:07 pm #204250Actually I’ve managed – thank you so much!
February 12, 2015 at 2:55 am #204760Glad you’ve sorted it out.
-
AuthorPosts