Tagged: , , ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #639237

    Hi guys,

    On this site: wp.uitgeverijvanwarven.nl/kijken I made a page wp.uitgeverijvanwarven.nl/onze-boeken/ (please make sure you click the first given link first or the coming soon plugin won’t let you in) with a masonry grid of blog posts.

    I used advanced layout editor to create these posts. However, the titles of the posts do not show up on the grid page, in spite of the fact that I selected to show “title, excerpt and read more”.
    Can you please advice?
    Thank you :-)

    Kind regards from an Enfold addict in The Netherlands,
    Anne

    #639248

    Ok, I found the “issue”.

    I had changed the css to

    h3.slide-entry-title.entry title {
    font-size: 1.2em;
    color: #ffffff;
    }

    But then I want the title on the slider to stay white and the grid layout to be grey. As I use postslider in grid layout I can’t. Can you tell me how to achieve this?

    Thank you :-)

    #639342

    Hi,

    Glad you figured it! To change the title color in slider please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .avia-content-slider .blog-categories.minor-meta a, .avia-content-slider h3.entry-title {
        color: #FFF!important;
    }
    

    Best regards,
    Vinay

    #639348

    You’re an angel, it looks great now!
    Thank you so much.

    Kind regards and a big smile!

    Anne

    #639868

    Hi,

    Glad to hear we could be of help! Feel free to reach out to us again if you need further assistance :)

    Best regards,
    Jordan

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Blog titles are not showing in grid layout – used advanced Layout editor’ is closed to new replies.