Hi there,
I have a project that requires a heading to look like this : [ INTRO ]
Yet when I pop those square brackets into a special heading & update the page – the heading disappears.
Ah! That’ll be because you aren’t using an HTML entity for it, like [ – except I am.
https://dev.w3.org/html5/html-author/charref
How do I get around this please?
Thanks,
Jason
Hey Jason,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look? Can you specify the page as well please.
Best regards,
Victoria
Hi Victoria,
Sure thing & it’s the homepage – so the heading INTRO for example should have a left & right square bracket around it :)
Thanks,
Jas
Hi Jason,
I added a class to that heading, and the css is below.
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.avia-builder-el-2.brackets h3:before {
content: "[";
width: 10px;
height: 20px;
}
.avia-builder-el-2.brackets h3:after {
content: "]";
width: 10px;
height: 20px;
}
If you need further assistance please let us know.
Best regards,
Victoria
Yes of course – I should have thought of that!
Thank you Victoria :)
Hi,
Glad Victoria could help! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Best regards,
Yigit