Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #892590

    Hello! I’ve been trying to change the post titles in my magazine entries, but with no luck..

    Can you please tell me what the CSS code looks like for them? I have 3 magazine entries on the index page and I would like to change the post titles in all 3 (not the header text) … I would like to unbold the titles and make the font larger.

    Thanks for any help you can provide!

    #893091

    Hey onegirlrtw,

    Please try the following in Quick CSS under Enfold->General Styling:

    .av-magazine-top-heading {
      font-weight:400 !important;
      font-size:30px !important;
    }

    Best regards,
    Rikard

    #898678

    Thank you for this! I appreciate the time it takes to reply to my question!

    The CSS above seems to change the header text for each magazine entry, NOT the post titles. Under each header text, there are 6, 6, and 5 posts listed, each with a feature image to the left of each post title.

    What I would like to change is the style of the POST TITLES (not the header text) … I would like to unbold the titles and make the font larger.

    Any help you can provide would be great, thank you!

    #899055

    Hi onegirlrtw,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .av-magazine .av-magazine-content-wrap .av-magazine-title {
      font-weight: normal;
      font-size: 15px;
    }
    
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #905069

    That worked perfectly, thank you Victoria!

    #905756

    Hi,

    Glad we could help!
    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Basilis

    #992417

    Very helpful. Was looking for that. I also found out on how to hide the date from another thread.
    However what I cannot find is if it is possible to vertically centralize the title without the date as it there is a blank line below and it is not aligned with the image. I am using a mazagine element with thumbnails.

    Could you maybe assist.

    Thank you,
    Vaslis

    #992677

    Hi Vaslis,

    Could you post a link to where we can see the element in question please?

    Best regards,
    Rikard

    #992868

    https://aimonas.gr/uncategorized/photo_template/
    i have a template that I am working at on how I will show images.. .the magazine element is on the right. I will send temporary username and password in private message

    #992871

    login details below

    #993091

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    .av-magazine .av-magazine-content-wrap .av-magazine-title {
        padding-top: 20px;
    }

    Best regards,
    Rikard

    #993287

    Thank you very much Rikard.
    Works perfectly fine now.

    #993421

    Hi samvasgr,

    Great, glad we could help :-)

    Best regards,
    Rikard

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.