Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #218857

    Is it possible to change this indicator into a different shape (circle?) or a jpg or change the colour separate to the theme colour?

    #219200

    Hey!

    If you want to set an image:

    .avia-menu-fx {
        background: url(https://avia.wp/enfold/wp-content/themes/enfold/config-layerslider/LayerSlider/avia-samples/slide3_l17.png) !important;
    }
    

    If you want to change the color:

    .avia-menu-fx .avia-arrow-wrap{
        border-color: blue !important;
    }
    .avia-menu-fx{
        background: blue !important;
    }

    Regards,
    Josue

    #254522

    I just upgraded to Enfold version 2.7. After the upgrade, the red bar under the active main menu item no longer has an upward arrow at the center. Please help me fix this. Thanks!

    #254523

    Hi!

    Can you post the link to your website so we can take a look?

    Regards,
    Yigit

    #254575

    Sure, here it is: http://www.ipinform.ca/ipi/

    You can see that under Home menu, the red border does not have a center arrow pointing upwardly (it used to have that, as in Enfold demo).

    #254577

    Hey!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .avia-menu-fx .avia-arrow-wrap { visibility: visible; }

    Regards,
    Yigit

    #254582

    Thanks a lot Yigit for the quick fix!

    #254586

    Hey!

    You are welcome, glad we could help! Have a nice day :)

    Cheers!
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Changing the shape/colour/style of the page select indicator’ is closed to new replies.