Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #592268

    Image

    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.

    • This topic was modified 8 years, 8 months ago by zimbo.
    #592476

    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

    #592618

    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.

    #592840

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.