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

    Hi,

    I want to change the appearance of the blog post title in a module I have put on my homepage. Whatever css I try I have no result.. What do I miss?

    .slide-entry-wrap .slide-entry-title .entry-title h3 {font-size:19px !important; 
    text-transform: uppercase !important;
    color: #e56d78 !important;}

    Thanks

    #376807

    Hey chryseis!

    Please make sure to disable CSS minifying feature if you are using on a plugin. If that does not help, can you please post the link to your website and point out the element so we can provide you an accurate custom CSS code?

    Cheers!
    Yigit

    #376903
    This reply has been marked as private.
    #377246

    Hi!

    You can use this to modify the title:

    .home h3.slide-entry-title.entry-title {
    font-size: 19px !important;
    text-transform: uppercase !important;
    color: #e56d78 !important;
    }

    Cheers!
    Ismael

    #377354

    Hi Ismael,

    This is perfect! Thanks!!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘blog post module post title css problem’ is closed to new replies.