Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #980501

    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!

    • This topic was modified 6 years, 3 months ago by smoothbob.
    #981372

    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

    #981644

    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

    #982277

    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

    #982666

    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!

    #982791

    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

    • This reply was modified 6 years, 3 months ago by Victoria.
    #984239

    perfect, thanks!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Customising tab appearance’ is closed to new replies.