Custom Tab attributes
-
In order to customize the text attributes in the TAB shortcode I have tried adding the requisite:
‘
<style>
.su-tabs.my-custom-tabs { background-color: #84ADEA }
.su-tabs.my-custom-tabs .su-tabs-nav span { font-size: 1.3em }
.su-tabs.my-custom-tabs .su-tabs-nav span.su-tabs-current { background-color: #EDFAFF }
.su-tabs.my-custom-tabs .su-tabs-pane {
padding: 1em;
font-size: 1.3em;
background-color: #EDFAFF;
}
</style>
‘to my custom CSS editor (simple3-custom-css.php) file, but it fails.
The root of my website shows no custom.css file, do I have to create one, and is that the fil which needs the code added?
- The topic ‘Custom Tab attributes’ is closed to new replies.