New Landing How can we help? Cardinal Blog Thumbnail text

Viewing 15 posts - 1 through 15 (of 16 total)
  • Posted in: Cardinal
  • #264921
    ninjatranqui
    Member
    Post count: 70

    Hi,
    i am using the masonry thumbnail style for a blog

    i’m trying to add some more readability to the thumbnail’s text using different headings on the text, to get the feeling of a subtitle betweeen the post title and the text excerpt. But they seem to be overwritten and show all alike (the H tags). is it possible to change via css?
    thank you
    n

    #265029
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me specific page url with issue to find the exact solution.
    Thanks
    Mohammad

    #265068
    ninjatranqui
    Member
    Post count: 70

    Hi, it is still local

    i’ll put questions on image

    Attachments:
    You must be logged in to view attached files.
    #265071
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You can change the color and text space but read more not possible through the theme currently.
    Thanks
    Mohammad

    #265189
    ninjatranqui
    Member
    Post count: 70

    Hi Mohammad, thanks for the quick reply, can you be a little more specific on the colour issue?

    beacause i’m not quite figuring out how to change the color of a spcific line, because i can’t even get a line break to work in the text in the mansonry thumbnail, the text keeps on going as if there is no line break (i’ve tried <br> in text mode)

    thanks
    n

    #265217
    ninjatranqui
    Member
    Post count: 70

    I’ve discovered where to input the text with line breaks in the “custom excerpt” meta of the post, awesome!

    still need some help to discover how to make “custom excerpt” text colour, thank you
    n

    #265230
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you provide the link to where the custom excerpt appears in your site so I can try to figure out some css?
    Thanks

    -Rui

    #265233
    ninjatranqui
    Member
    Post count: 70
    This reply has been marked as private.
    #265236
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Nice. Thanks for the difficult password.

    Add the code below to your custom css option in Theme options-> Custom Css
    Don’t forget to change the color to your desired one.

    .blog-item .excerpt {
        color: #FFF;
    }

    Let us know if it worked.

    -Rui

    #265240
    ninjatranqui
    Member
    Post count: 70

    It workded very well, thanks for the help Rui,

    Just by curiosity, if i was to change the “post title” it would be a different thing right? inside the thumbnail only i mean.

    tahnks

    #265242
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem. It would be something like this.

    .masonry-items .blog-item .details-wrap h2, .masonry-items .blog-item .inst-overlay h2{
     color:#FFF;
    }

    -Rui

    #265246
    ninjatranqui
    Member
    Post count: 70

    thanks again!

    two words

    ma gical

    🙂

    #265249
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Nice. Glad it’s sorted.
    Enjoy

    -Rui

    #305197
    ninjatranqui
    Member
    Post count: 70

    .

    #305198
    ninjatranqui
    Member
    Post count: 70

    Resolved

Viewing 15 posts - 1 through 15 (of 16 total)

You must be logged in to reply to this topic.