Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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

    #924558

    Hey 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,
    Victoria

    #924584

    Hello 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

    #924877

    Hello 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

    #925273

    Hi,

    
    .post-entry a {
    font-size: 12px;
    font-weight: normal;
    }

    Try it like that and let us know if it works properly

    Best regards,
    Basilis

    #925383

    Hi,

    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

    #926791

    Hi,

    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,
    Vinay

    #927109
    This reply has been marked as private.
    #927360

    Hi,

    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

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.