Duplicated arrows

Hi there,

For some reason two arrows are showing up (show schedule and workshops). Weird.

I would like to have just one and next to the text.

How can I do it?

Hi There,

The website is in under construction mode. Please supply us the password in a secure note or remove the under construction to check it.

Thanks

Yes, sorry about that

Hi There,

Thanks for the credentials. I can confirm the issue on my end as well. I see that you’re using an older version of Pro theme. Could you please try updating to the latest version and see if that resolves your issue.

You can check the latest version numbers from here (https://theme.co/apex/forum/t/troubleshooting-version-compatibility/195) and follow our update guide here (https://theme.co/apex/forum/t/setup-updating-your-themes-and-plugins/62).

If you’re still having issues, first disable your child theme by activating your parent X theme and see if the issue is related to your child theme customizations.

If not, try removing your custom CSS and JavaScript codes added and test your issue further.

If you’re using a caching plugin, make sure to purge your server cache and also clear your browser cache before testing.

Let us know how it goes.
Thanks!

Hi again,

It seems like you’ve deleted your post, however if you need to move the arrow icon next to the text, you can make use of the following code:

span.x-acc-header-text:after {
    content: '\f105';
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 10px;
}

span.x-acc-header-text > * {
    display: inline-block;
}

span.x-acc-header-indicator {
    display: none;
}

Hope this helps!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.