-
AuthorPosts
-
August 22, 2017 at 7:15 am #842333
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,
JasonAugust 22, 2017 at 12:48 pm #842490Hey 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,
VictoriaAugust 22, 2017 at 10:18 pm #842792Hi Victoria,
Sure thing & it’s the homepage – so the heading INTRO for example should have a left & right square bracket around it :)
Thanks,
JasAugust 23, 2017 at 1:11 pm #843008Hi 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,
VictoriaAugust 24, 2017 at 4:25 am #843345Yes of course – I should have thought of that!
Thank you Victoria :)August 25, 2017 at 2:29 pm #843976Hi,
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 -
AuthorPosts
- The topic ‘Use of square bracket in heading’ is closed to new replies.
