Hi
I am trying to change the appearance of the tabs on the first link below to look more like the tabs effect on the second link – Our Network further down the page (the globes)
how can I increase the icon size and the size of the tabs in general?
how can I change the colour of each icon?
how can I target each different tab?
how do I use an image instead of the icon?
thanks!
Hey smoothbob,
Give us a mockup of what you need to do and if it is inside our support policy we will help as much as possibe, like that it is not possible for us to provide any details support.
Best regards,
Basilis
Hi
http://wpg.com.gridhosted.co.uk/wp-content/uploads/2018/07/tabs.png
so using custom images/icons, colourising and resizing the tabs
thanks
Hi,
Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)
Best regards,
Basilis
Hi
I kind of achieved some of what I wanted
but is there a way to target the individual tabs on the page in css?
I see they have a number
data-av-tab-section-title=”1″
thanks!
Hi smoothbob,
You can try targetting by the href or the data attribute, like so
#top a.av-section-tab-title[href="#europe"] {
}
#top a.av-section-tab-title[data-av-tab-section-title="1"] {
}
If you need further assistance please let us know.
Best regards,
Victoria
perfect, thanks!