Home › Forums › Jevelin Theme › Need to increase the size of team title font
Home › Forums › Jevelin Theme › Need to increase the size of team title font
Hi, im trying to increase the size of NAME and PROFESSION in team widget , but cant do it. Please look at the atach
In trying using code in css: .sh-team-name h3 {
font-size: 15px;
}
Doesnt work
Please tell me , what can i do?
Solution for this topic
Hi @jijuna,
I hope you are well today and thank you for your question.
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.sh-team .sh-team-name h3 { font-size: 18px; } .sh-team .sh-team-role { font-size: 15px; }
Best regards,
Shufflehound team
.sh-team .sh-team-name h3 { font-size: 18px; } is working but
.sh-team .sh-team-role { font-size: 15px; } Is not, look here: http://www.optimusproducciones.com/cdr/
Solution for this topic
Just try changing that code as following.
#page-container .sh-team .sh-team-role { font-size: 15px; }
gracias
You are most welcome here 🙂