Jenni
Forum Replies Created
-
Hi guys,
I want to customize the tab. It seems that the CSS file’s name is “box-shortcodes.css” so I had my style (on “the Tabs + Tab” section but nothing change.Here is my code (given by the plugin help) :
<style>
.su-tabs.my-custom-tabs { background-color: #396774}
.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: #BB8A59}
.su-tabs.my-custom-tabs .su-tabs-pane {
padding: 1em;
font-size: 1.3em;
background-color: #BB8A59;
}
</style>Did I put it in the wrong place ?
Any suggestion?You can see the tab here : https://osteodiez.fr/rendez-vous-tarifs/ after “Tarifs des consultations d’ostéopathie”
Thanks a lot for your help ??
Forum: Themes and Templates
In reply to: [Hueman] Follow and MoreIf you want to change de sidebar background color of the social link (above the main menu), the css code is :
.sidebar-top.group {
background-color: #000;
}Thank Tyler for the tip ??
Forum: Themes and Templates
In reply to: [Theme: Hueman] Change color of social icons on sidebarThank you very much Tyler, it works perfectly !!!
Forum: Themes and Templates
In reply to: [Theme: Hueman] Change color of social icons on sidebarDoes anyone has an idea about how to change the background of the social links above the menu. Now it’s green but I’d like to make it black. Many thanks for your great help admins!
It’s on https://balisolo.com
Forum: Themes and Templates
In reply to: [Hueman] custom header background imageHello,
I’m lucky to find this thread, thank you! I’m not a developer at all but I like to customize a little my blog with tips like this. Here is my blog : https://balisolo.com/
Today, my problem is:
1/ I want a full weight and centered header image (now, it’s just positionned on the left side and it’s not full large, I have no idea why too)
2/ I want a background image on the blog (this image : https://balisolo.com/wp-content/uploads/2014/09/BACKGROUND.png ) + I want this image to be repeated on all the screen.
I have tried to use the code you provided in the style.css sheet but it doesn’t change anything. FYI, I’m not using the “boxed layout”.
I’d gratefull if you could help me (step by step).
Thanks a lot in advance.
Jenni