Home › Forums › Themes Support › Claue › Help needed with a couple of things I can't seem to find out how to alter.
- This topic has 5 replies, 2 voices, and was last updated 8 years ago by
Foster.
-
AuthorPosts
-
-
October 24, 2017 at 7:17 pm #12354
1. How do I make my footer bottom bar with copyright info a different height. I want it to be 93px high.
2. How do I make my header that scroll down with my navigation to be 83px high.
3. How do I make the from the blog posted on the front page content (“Typography is the work of typesetters”) text to a different font size to the normal bofy font of 16px on my site this looks too big set at 16px and like to change it to 15px or 14px. http://take.ms/KYU9v
Kind Regards
Elephant2009
-
October 24, 2017 at 10:14 pm #12376
Hi Elephant2009,
1. Please use this code
#jas-footer .footer__bot { padding:40px 0; }
2. Use this code.header-sticky .header__mid {padding: 11px 15px; }
3. Use this code.jas-sc-blog .post-content { font-size: 15px; }Best regards
-
October 25, 2017 at 3:43 am #12415
Thanks very much, worked a treat.
Just one more thing is it possible to add an opacity overlay on the image and text option http://take.ms/SnZmxJ
Kind Regards,
Elephant2009
-
October 25, 2017 at 11:21 pm #12442
Sorry, could you please explain more, I’m not sure understand your point
-
October 26, 2017 at 4:34 pm #12489
Hi sure I mean to have an effect like this https://rt-unero-carousel.myshopify.com/pages/portfolio-masonry when you hover over a image an grey opacity 50% or something overlay, don’t know the technical term in web design for it.
Kind Regards,
Elephant2009
-
October 26, 2017 at 10:13 pm #12503
Hi,
Please use the custom CSS below
`.jas-banner > a:hover { opacity: .5; }Cheers,
Foster
-
-
AuthorPosts
You must be logged in to reply to this topic.