Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #709309

    Dear Enfold Support Team,

    Thank you for your help.
    I am using the Layout BUILDER for the BLOG pages.

    I would like to know how to alter the styling of the CATEGORY MAIN PAGE

    View post on imgur.com


    to look similar to the MAIN BLOG PAGE

    View post on imgur.com

    Is this possible to do in your default styling?

    Thanks!

    Best regards,
    Dara

    #709820

    Hey DaraEmerson,

    are you just talking about font color?

    Please always send us a precise link showing the elements you’re talking about. We need to be able to insepct them.

    Best regards,
    Andy

    #709833
    #710140

    Hi!

    Please add this in the Quick CSS field:

    .archive .post-title.entry-title {
        font-family: Georgia, serif;
        font-size: 25px!important;
        color: #f15a29;
        text-transform: none;
        font-weight: normal!important;
        letter-spacing: 0px;
        line-height: 130%;
    }

    Do you want to remove the post meta info?

    Best regards,
    Ismael

    #717868

    Thanks Ismael!
    In BLOG posts only I would like to “align-left” the post-meta info.
    In the main blog, category and tags pages I would like it to remain centered on the page.
    Is there a way to do this with CSS?

    Best regards,
    Dara

    #718250

    Hi,

    I can’t find any post-meta info on the links you’ve provided. Where are they? please provide us a precise link and maybe even screenshots highlighting elements in question. Is it only one page where you want to change things? if yes provide us the precise link of the page.

    Best regards,
    Andy

    #718465

    View post on imgur.com

    ONLY in POSTS (all, not just the link provided)
    the: date / Comment/ Author

    thanks!
    Dara

    best regards

    #718747

    Hi,

    try this code inside Quick CSS field:

    .single .post-meta-infos {
    text-align: left !important;
    }

    Best regards,
    Andy

    #719323

    thanks!

    #719525

    Hi,

    Glad we could help :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #719599

    Thanks, very nice Rikard!
    There is one more thing.
    How/Where can one change the text which appears before the AUTHOR?
    currently is says “by”
    Our client wants something written in German.

    View post on imgur.com

    Thanks
    Best regards,
    Dara

    ….can we actually place the Facebook, pin etc… links within that as well?
    just out of curiosity

    • This reply was modified 7 years, 11 months ago by DaraEmerson.
    #719635

    Hi,

    you can translate text strings in WordPress using a plugin like Loco Translate or Poedit.

    Best regards,
    Andy

    #719640

    Thanks Andy
    I would like to add a different text altogether to this.
    It is a one off thing (ha! I hope)
    : )

    Dara

    #719671

    Hi,

    that won’t be very easy as it’s hard coded into the theme. So best to use one of the translation plugins I mentioned.

    Best regards,
    Andy

    #719672

    thanks!
    best regards
    dara

    #719677

    Hi,

    glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.

    Best regards,
    Andy

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Blog using LAYOUT BUILDER – Fonts/Styling’ is closed to new replies.