Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1029494

    Hi,

    I changed the blog title font sizes in my blog grid, following the instructions in this topic: https://kriesi.at/support/topic/change-title-font-size-in-blog-posts-grids-and-mansonry/

    It worked for the blog grid, but whenever I go to filtered view of the blog through the tags or categories of the sidebar widgets, the page is back to the old font sizes. How can I address all blog grids at the same time rather than just one page (ID)?

    This is my site: https://breitefuesse.de

    #1029652

    Hi Colindie,
    To have the styling effect all pages, you can simply remove the page-id number from the entry. See the following:

    .entry-title {
        font-size: 18px !important;
    }
    #1029671

    Thanks, that works. But it changes the title font size within the blog post, too, not only in the blog grid. Is there an easy way to differentiate between the blog grid titles and other titles?

    #1030457

    Hi Colindie,

    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

    
     #top .avia-content-slider h3.entry-title a {
         font-size: 18px;
     }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1031017

    Thank you, Victoria. I tried it and … well, it worked in the way that the archive pages do not have capitalized headers anymore. But instead, the line spacing has become bigger. Why’s that and how can I change this?

    Before:
    [img]https://i.imgur.com/MXe2ZR5.png[/img]

    After:
    [img]https://i.imgur.com/0evhB8V.png[/img]

    Old code:
    .page-id-731 .entry-title { text-transform: none!important;
    font-size: 19px !important;
    }

    New code:
    #top .avia-content-slider h3.entry-title a { text-transform: none!important;
    font-size: 19px !important;
    }

    #1032094

    Hi Colindie,

    Hm…. The code I gave you does not affect the line-height, not sure why it acts like that.

    Does your latest code fix the issue for you?

    Best regards,
    Victoria

    #1032297

    Victoria, I took out the “a” after “entry-title” and now the code does its trick. :-)
    Thanks again!

    #1033154

    Hi Colindie,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

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