Okay
  Public Ticket #2388812
Need to Adjust Size of Text on Portfolio Meta Title
Closed

Comments

  •  2
    Evan started the conversation

    Hi there, 

    I'm working with the portfolio on a website I am building and I need to decrease the size of the title that shows in the project listing.

    I tried doing this under Salient < Typography < Nectar Specific Elements and changing various portfolio post and grid filter settings as well as portfolio caption / excerpt settings, but I believe that this is actually being tagged as an <h3> setting for some reason. 

    I would like to decrease the size of what it is currently by about half on those titles. The font and weight can stay the same, just decreased by ½ (see screenshot with titles such as 128 Silver Sage Dr, 817 Whiterock Ave, 823 Sopris Ave, etc...) 

    Could you let me know a way to do that, or, if I happen to be missing the location of where to change it? I even tried clearing caches after changing the nectar specific elements under Typography but did not have any luck. 

    Thanks in advance!

    -Evan

  •  3,021
    Andrew replied

    Hi Evan,

    Use the following custom css in Salient > General settings > CSS/Script related:

    .portfolio-items .work-info .vert-center h3 {
        font-size: 20px;
    }
    

    Hope this helps.

  •  2
    Evan replied

    That was so fast! Thanks for helping out. I appreciate it!

  •  8,991
    Tahir replied

    Hey Again,

    Did you try adjusting the "Heading 3" Field in Salient Theme Options Panel -> Typography Section ?. 

    Thanks 


    ThemeNectar Support Team 

  •  2
    Evan replied

    Hi Tahir, 

    I did... but I use H3 more specifically for text in locations that aren't quite as specific to things such as that title on the portfolio piece.

    It is set to some other locations that I didn't want to alter on the rest of the site. It might be helpful ultimately to give the user control of changing that manually in the Typography settings similar to how you do give some option to change other Nectar specific elements. 

    Just a thought! Cheers, 

    -E

  •  8,991
    Tahir replied

    I see you changed it using Custom css. Thanks for the suggestions . Have noted it in the Wishlist. 

    Cheers


    ThemeNectar Support Team