Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #691126

    How do I make the Portfolio Item titles (Speakers names) larger on these 2 pages?

    Many thanks

    Jenny

    • This topic was modified 8 years, 1 month ago by JennyGr.
    #691155

    Hey JennyGr,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    h3.entry-title {
    	font-size: 16px!important;
    	font-weight: 600;
    }
    

    Best regards,
    Vinay

    #691418

    Brilliant! Thank you Vinay.

    Jenny

    #691427

    Can you also let me know how to change the font size of the text below the titles? And also how to non-italicize it as an option?

    Many thanks

    Jenny

    #692295

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .grid-entry-excerpt.entry-content {
        font-style: normal;
        font-size: 14px;
    }
    

    Best regards,
    Yigit

    #692493

    Great thank you Yigit.

    #692499

    Oh one last question…how do I add links to the text below the titles? (this is the text in the portfolio item excerpt box)

    I want to add a ‘More>>’ link which links it to the portfolio item page. This is because in mobile it’s not obvious that the image and title are clickable links (whereas on desktop the scroll over alerts users to that).

    Many thanks

    Jenny

    #692839

    Hi,

    Would you mind posting us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)

    Best regards,
    Yigit

    #692962

    Hi Yigit see screen shot here. It’s the .More’ on the text for speaker Elizabeth Svanholmer. It’s a portfolio item

    #693030

    Hi,

    Did you manage to change the font size for the titles? If not Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .grid-entry-title.entry-title a{
    	font-size:15px!important;
    }
    

    Best regards,
    Vinay

    #693338

    Thanks Vinay, I’d already resolved this, I was asking about how to add links to the text below the titles?

    #694784

    Hi,

    Unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)

    However since you are using enfold if you give us some time we will write the custom code required to do this. It might take some time tho please let us know.

    Best regards,
    Vinay

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