Is it possible to add text into the .title_container, like the image inserted, the twist being I want different text on each page?
I am not using breadcrumbs but it’s like having the ability to customise for each page what is displayed in the breadcrumbs container, i.e. not the breadcrumbs but my own text (then I can move the breadcrumbs container via CSS).
On another theme I’ve used this was called ‘teaser text’ and had a dialogue box on each Edit Page that allowed text to be added to the right of the title.
Hi zimbo,
It’s likely possible but it would take a lot of customisation to the theme and would be considered out of scope of theme support unfortunately.
Thanks,
Rikard
I thought so, but I’ve done a bit of PHP & CSS customisation in the past, could you offer some pointers as to how I might do this e.g. which code modules I’d need to modify, and I’ll have a look at it myself. Thanks.
Hi!
You can try turning on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and adding a text block element to the top of your page with a custom CSS and then add following code to Quick CSS
.your-custom-class { position: relative; top: -50px; }
Cheers!
Yigit