-
AuthorPosts
-
January 14, 2015 at 5:18 am #379249
HI there
I have tried several options as on your forum but cannot get it to work. The default single post title is H1 but it too large so I want to make this smaller but only for single post titles. How can I do this please?
Cheers
January 14, 2015 at 5:50 am #379255Hey!
Try adding this code to the Quick CSS:
.single .post-title { font-size: 22px !important; }
Adjust as needed.
Cheers!
JosueJanuary 14, 2015 at 8:22 am #379311Hi there
Thanks for that – but unfortunately it didn’t work :-(
Cheers
January 14, 2015 at 8:39 am #379316Hi,
Can you post the link to one of your posts please?
Regards,
JosueJanuary 14, 2015 at 8:50 am #379317January 14, 2015 at 4:26 pm #379500Hi!
Please add following code to Quick CSS
.single .entry-content-wrapper .post-title a { font-size: 21px!important; }
Regards,
YigitJanuary 14, 2015 at 11:05 pm #379783Hi there,
Still no change :-(Cheers
January 15, 2015 at 2:54 am #379846Hi!
Code works but it’s not getting applied because of this in your Quick CSS:
@media only screen and (max-width: 768px) }
Regards,
JosueJanuary 15, 2015 at 2:59 am #379849Hi there,
Brilliant thank you :-)Is it possible to get it to be the h2 styling?
Cheers
January 15, 2015 at 5:57 pm #380205Hey!
You can adjust your element using following selector in Quick CSS field
h1.post-title.entry-title { color: red; font-weight: normal; letter-spacing: 1px; }
Cheers!
YigitJanuary 16, 2015 at 2:13 am #380566Hi there,
Sorry I just meant change it to the h2 styling Ive setup in the theme.Cheers
January 16, 2015 at 6:23 pm #380958Hi!
I am not sure which element you would like to edit. If you would like post title to look like H2 element you set, you can use following code in Quick CSS and make it look like it
.post-title.entry-title { color: red !important; font-weight: normal !important; letter-spacing: 1px !important; }
If this is not what you meant, please elaborate
Best regards,
YigitJanuary 20, 2015 at 7:03 am #382284Hi there,
I am wanting the post title headings on single page posts to be h2 not h1 styling/size etc.
Im confused with what you have given me as my styling isn’t red etc??.Also on my homepage I have 5 buttons but they display quite small and with a large gap between each of them. How can I make these buttons/images larger and less space between each one?
Cheers
January 20, 2015 at 7:07 am #382286Hi there
Actually don’t worry about the post title I have just used your code and changed the red etc – thank you :-)
But I would like to still know about the homepage buttons please
Cheers
January 20, 2015 at 9:12 am #382325Hey!
Try using a 1/1 column instead and fill it with the 5 images one after each other.
Regards,
JosueJanuary 20, 2015 at 9:18 am #382329I tried that before but I then don’t get the image fly in effect….
January 20, 2015 at 10:08 am #382349I see, try adding this code to the Quick CSS:
.home #av_section_1 .flex_column { margin-left: 2% !important; }
Cheers!
JosueJanuary 21, 2015 at 1:25 am #382807Hi there
Great thanks for that – it has made the gap smaller but the size of the icons is still small (hasn’t changed) I would like those to display a bit bigger :-)
Cheers
January 21, 2015 at 1:42 am #382816Hey!
Try with this instead:
.home #av_section_1 .flex_column { margin-left: 1%; width: 19.2%; } .home #av_section_1 .flex_column.first{ margin-left: 0% !important; }
Best regards,
JosueJanuary 21, 2015 at 2:15 am #382825PERFECT!!! Thank you so much :-)
January 21, 2015 at 2:17 am #382828You are welcome, always glad to help :)
Regards,
Josue -
AuthorPosts
- You must be logged in to reply to this topic.