Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
›
Portfolio
How to change hover font and size?
evoxemo
January 2016
in
Portfolio
Hi MuffinGroup,
How can I change the hover font and size in the Portfolio style "Masonry Hover Description".
Link:
http://www.evoxemo.com/work/
Also, how can I resize the thumb?
Comments
Albert
January 2016
Hi,
To change this font please go to Theme Options > Custom CSS and paste below code eith your color and size:
.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc h3 a {
color: #000;
font-size: 24px;
line-height: 24px;
}
Portfolio thumbs can't be resize, you can only change layout to 2 columns i Theme Options > Portfolio
Thanks!
evoxemo
January 2016
Thanks.
Can the font style be changed... use <h4> instead of <h3>??
Albert
January 2016
This requires files customization. You can not do it with css only.
Sign In
or
Register
to comment.
Comments
To change this font please go to Theme Options > Custom CSS and paste below code eith your color and size:
.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc h3 a {
color: #000;
font-size: 24px;
line-height: 24px;
}
Portfolio thumbs can't be resize, you can only change layout to 2 columns i Theme Options > Portfolio
Thanks!