Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Portfolio tabs appearance

Home / Forums / Virtue Theme / Portfolio tabs appearance

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
April 5, 2020 at 8:36 pm

Hi Team,

On the “Dogs for Adoption” page of the Retired Working Dogs site, each portfolio tab represents a different category.

I’d like to style the tabs so that they are more obvious to the visitor. Is there an option I have missed to set these up, or should I use css to style them?

At the moment, I have the following:
/* Style tabs for different sections */
#options .postclass {
border-top: 1px solid #eee;
border-left: 1px solid #eee;
border-right: 1px solid #eee;
border-color: rgba(0,0,0,.05);
border-radius: 10px 10px 0px 0px;
}

#options .postclass a {
background-image: linear-gradient(to right, #f2f2f2, #fff, #fff, #fff);
}

#options .postclass a.selected {
transform: scale(1.2);
}

#options .postclass a.selected h5 {
font-weight: 700;
}

Many thanks,
Phil.

  • The forum ‘Virtue Theme’ is closed to new topics and replies.