Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1406370

    Dear team,
    I would like to change for ONE portfolio grid the font color (title, excerpt, read more). I’ve tried with classes & page ID´s, but was not successful.

    Your help is as always much appreciated.

    Thx a lot & best regards, Tilman

    #1406387

    Hey Tilman,
    Do you mean one portfolio grid item, or one category in the portfolio grid, or one portfolio grid on your site where many are used?
    Please link directly to the page so we can examine.

    Best regards,
    Mike

    #1406388

    Hey Mike,
    I mean the grid gallery element with teasers

    this one (first link) at the very bottom.

    the “normal” grid font color (second link) shall remain as it is

    thx & best regards Tilman

    #1406407

    Hi,

    Thank you for the info.

    You can add this css code to adjust the color of the blog post element in the “businessfotograf-hamburg” page.

    .html_modern-blog .page-id-13565 #wrap_all .main_color .avia-content-slider1 .slide-entry-title, .html_modern-blog .page-id-13565 #wrap_all .main_color .avia-content-slider1 .slide-entry-excerpt, .html_modern-blog .page-id-13565 #wrap_all .main_color .avia-content-slider1 .slide-meta time, .html_modern-blog .page-id-13565 #wrap_all .main_color .avia-content-slider1 .more-link {
        color: #ffffff !important;
    }
    

    If you need to adjust the style of a specific element, you can apply a custom css class name or ID to it. Please check the documentation below for more info.

    // https://kriesi.at/documentation/enfold/add-custom-css/

    Best regards,
    Ismael

    #1406414

    Hi Ismael,
    this works, great. :_

    2 remaining Questions:

    How do I avoid that the blog post date is shown in the gallery grid? It still does, whereas I de-activied it in the theme settings

    If I need this 3 other pages in a similar way: Does the option via custom css class makes more sense in terms of css weight and flexibility?

    thx again and best regards Tilman

    #1406462

    Hi,
    To avoid the date try this css:

    #top .avia-content-slider .slide-meta time {
        display: none;
    }

    For your 3 other pages css would probably be the best solution, let us know if you need help adjusting the css above for your other 3 pages.

    Best regards,
    Mike

    #1406468

    HI Mike,thx

    Did I get it right: i.e. 3x CSS for each. page ID?

    #1406472

    Hi,
    Correct, then clear your browser cache and check.
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    #1406892

    HI Mike,
    the CSS for coloring fonts via page ID does work. But not the CSS re. “dont show date on grid” – pls see blog grid on the page below

    As well the blog entry categories shall not appear. I think I have ticked off everything in the blog layout settings, but it is still there.

    thx again & best regards Tilman

    • This reply was modified 11 months, 3 weeks ago by oestersund.
    #1406937

    Hi,
    Thanks for the feedback but your link leads to a 404 page, please check.
    As I understand you want to hide the date and categories, correct?

    Best regards,
    Mike

    #1406941

    sorry Mike, pls find below

    yes, that’s what I need

    #1406947

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .html_modern-blog #top #main .post-entry .blog-categories {
    	display: none;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1406957

    Great, this works 👍 / Can be closed now

    Thx a lot & best regards Tilman

    #1407022

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘font color for a portfolio grid’ is closed to new replies.