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

    http://postimg.org/image/vyrii6wup/

    I am looking to implement something like that. I was thinking the ICON BOX might be suitable but I cannot edit the background colour or position the text properly.

    Is this something you could help me do or implement into a future update?

    #561414

    Hey Luke86!

    Can you please post the link to your page where you have your prototype?

    Cheers!
    Yigit

    #561436

    Hey Yigit, I don’t have one for this, I just think it would be cool and a feature others would use!

    Delete the post if I shouldn’t of posted it here.

    #561438

    Hi!

    You can request such feature here – https://kriesi.at/support/enfold-feature-requests/

    You can turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and choose to display a small icon on the left and then give it a custom CSS class, in example ‘custom-box’ and then add following code to Quick CSS in Enfold theme options under General Styling tab

    .custom-box * {
        color: white!important;
    }
    .custom-box {
        background: orange!important;
        padding: 10px;
    }

    Regards,
    Yigit

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