Home Forums WoodMart support forum Modify Font Style in “BLOG”

Modify Font Style in “BLOG”

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

    berger.thorsten
    Participant

    Hello.

    I need your help, how to change / modify the font styling in “BLOG”. See Screenshot with Infos attached.
    For the topics 1, 2, 3 (as shown in screenshot) – what is the right CSS?

    Many Thanks for your help.

    Best regards, Thorsten

    Attachments:
    You must be logged in to view attached files.
    #585651

    Luke Nielsen
    Keymaster

    Hello,

    Use the code below for help:

    .wd-post .wd-post-entry-meta {
        display: none;
    }
    
    .wd-post .post-title a {
        line-height: 1;
    }
    
    .wd-post .wd-read-more {
        margin-top: 0;
    }

    Thank you for your time.

    Kind Regards

    #585660

    berger.thorsten
    Participant

    Many Thanks for your quick response. Great!

    I have integreated your Code in the Custom CSS – but nothing happens. It’s still the same design / spacing / date is still shown.

    Maybe it’s a little trouble with my old “CSS”? (I have received the Code from the Xtemos Support a few month ago and it works; But since one of the last Woodmart Updates it no longer works quite right for the wanted styling features – e.g. delete “Post Date”.)

    Here is the old CSS Code:

    .blog .blog-post-loop .wd-post-header,
    .blog .blog-post-loop .wd-post-entry-meta,
    .single-post .wd-post-cat,
    .single-post .wd-post-date {
    display: none!important;
    }

    body.single .product_meta > span.posted_in {
    display:none;
    }
    body .product_meta > span.tagged_as {
    display:none;
    }

    body.single-post .woodmart-post-date{
    display:none;
    }

    body .woodmart-entry-meta .meta-author {
    display:none;
    }

    Do you have an idea? Many thanks.
    Thorsten

    #585662

    Luke Nielsen
    Keymaster

    Hello,

    Is there any chance that you could give me access to the dashboard area so I can have a look at the settings on your website, please?

    Kind Regards

    #585681

    berger.thorsten
    Participant

    Ok.

    See attached in Private Area.

    Thanks.

    #585730

    Luke Nielsen
    Keymaster

    Hello,

    Seems that the password is incorrect – https://take.ms/87e0T could you please update it?

    Thank you in advance.

    Kind Regards

    #585733

    berger.thorsten
    Participant

    Oh sorry.

    Here is the correct Password…

    PS: If you are in dashboard, you maybe also find a solution for my topic
    https://xtemos.com/forums/topic/font-styling-portfolio-titles/#post-585612

    Many Thanks.

    #585736

    Luke Nielsen
    Keymaster

    Hello,

    Please clarify, does that password work on your side? https://take.ms/xR4Lg

    It looks like it is the same password you sent before.

    Thank you for your time.

    Kind Regards

    #585738

    berger.thorsten
    Participant

    Really strange.

    The Password is right, I tested it. …but I see now: after copying the correct password in the “Private Area”, automatically there are 3 signs (% 5 f) after the “H” missing?!?

    Whatever – so I created a new Password… Hope it works.

    #585760

    Luke Nielsen
    Keymaster

    Hello,

    On my side, it works – https://take.ms/3ZXLG, try to clear the browser cache.

    To make less space below the title, you can use the code below:

    .wd-post .post-title {
        margin-bottom: 5px;
    }

    Kind Regards

    #585776

    berger.thorsten
    Participant

    Hello,

    thanks. But it doesn’t work on my screen. I have cleared browser cache in 3 browsers – nothing happens. I have tried to change values in your CSS Code in Dashboard – nothing happens…. Also the “date” is still visible in all blog sides….

    Do you have an idea?

    Attachments:
    You must be logged in to view attached files.
    #585781

    Luke Nielsen
    Keymaster

    Hello,

    I made selectors “heavier”, please check how it works now. https://take.ms/uLolx

    Thank you for your time.

    Kind Regards

    #585783

    berger.thorsten
    Participant

    Hello,

    GREAT! It works! Thank you.

    Do you have also a solution for font styling “Portfolio titles”? See my topic:
    https://xtemos.com/forums/topic/font-styling-portfolio-titles/#post-585612

    Many thanks.
    Kind Regards

    Attachments:
    You must be logged in to view attached files.
    #585788

    Luke Nielsen
    Keymaster

    Hello,

    You are welcome!

    I see that the mentioned topic is assigned to my colleague, I think he will answer you soon.

    Thank you for your patience.

    Kind Regards

Viewing 14 posts - 1 through 14 (of 14 total)