tabs instead of buttons


Author Message
Satalink

Posted: 8/12/2015
Quote message 

I know this is historical and Artisteer is moving to Themler, but this may be helpful to someone as there are a lot of sites that are using Artisteer themes.

This is my fix for tabs as buttons.
1. create a custom.css in the theme directory
2. add the custom.css to the theme.info

now that's done, add the following to your new custom.css file

/**************************************
* Artisteer tabs as buttons override
**************************************/
.arttabs_primary * {
border-bottom-left-radius: 0px !important;
border-bottom-right-radius: 0px !important;
border-top-left-radius: 3px !important;
border-top-right-radius: 3px !important;
border-bottom-width: 1px !important;
border-bottom-color: #232425;
margin: 0 -26px 0 0 !important;
}