-
AuthorPosts
-
March 9, 2018 at 11:47 am #924421
Hello,
I can’t figure out why the titles on blog page in Post Slider are all in caps lock? I tried removing some codes from the Quick CSS (which I entered before) but they did not change :(
http://www.xandrianoir.com/blog I am testing two elements.
Can you please help?Also, if I am using Masonry, the titles are too small. Can I make them bold and a little bigger?
Last, can I give read more link in Masonry?Thank you for your support.
Regards,
Xandria
March 9, 2018 at 3:44 pm #924558Hey xandria,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.html_elegant-blog #top .post-entry .post-title, .html_elegant-blog .avia-content-slider .slide-entry-title { text-transform: none; } .av-masonry-entry .av-masonry-entry-title { font-size: 18px; font-weight: bold; }
If you need further assistance please let us know.
Best regards,
VictoriaMarch 9, 2018 at 4:02 pm #924584Hello Victoria,
Thank you for your reply. Yes, the codes worked!
Is there anyway I can give ‘read more’ link under excerpts in Masonry element?
Thank you for your support :)
Regards,
Xandria
March 10, 2018 at 9:14 am #924877Hello Victoria,
I removed the code for Masonry title bold as it made all titles on the site bold on other pages :( Now I am using Blog Post element. Which code I should delete to make the titles un-bold and a little small?
Thank you for the wonderful support you are providing me.
Regards,
Xandria
March 11, 2018 at 9:37 pm #925273Hi,
.post-entry a { font-size: 12px; font-weight: normal; }
Try it like that and let us know if it works properly
Best regards,
BasilisMarch 12, 2018 at 9:30 am #925383Hi,
Thank you for your help. I did enter the code but there is something not right. http://xandrianoir.com/blog/
It’s changing the categories and ‘read more’ too.I will appreciate if you look at this page http://www.morsche.co/blog I have kept same settings in Enfold-Advance Settings-All Headings for both sites but the look on http://www.xandrianoir.com/blog is different.
How can I have the same font and feel on http://www.xandrianoir.com/blog ?
Thank you so much for your support. I really appreciate it.
Regards,
Xandria
March 14, 2018 at 7:47 pm #926791Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#top.page .entry-title { text-transform:uppercase; font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 100!important; font-size: letter-spacing: 1px; }
Best regards,
VinayMarch 15, 2018 at 8:05 am #927109This reply has been marked as private.March 15, 2018 at 2:59 pm #927360Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.html_elegant-blog #top .avia-content-slider .slide-entry-title { text-transform: uppercase; font-weight:lighter!important; font-size: 18px; }
The titles have the same font family on both the sites which is “open sans” :)
Best regards,
Vinay -
AuthorPosts
- You must be logged in to reply to this topic.