Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #374811

    Hi there,

    I am using an icon box with the icon displaying to the left side of the content. I would like to show the white background/box container that is used in the layout with the icon at the top. Could you please tell me how to achieve this with Quick CSS?

    Thanks!

    #374847

    Hey diannedominguez!

    Please add following code to Quick CSS

    .iconbox.iconbox_left {
    background-color: white !important;
    padding: 10px;
    }

    Best regards,
    Yigit

    #374955

    Hi Yigit,

    Thanks for your quick reply. Unfortunately, that did not work. :(

    #374956

    How do I start a thread?

    #374957

    Hi Yigit,

    I looked again and it seems that it is displaying the background box when selecting the “small icon to the left side of the title” option. I need it to display the background box when using “large icon to the left side of the content block”. Thank you!

    #375063

    Hey!


    @jbtaberham
    You can go to Enfold subforum and scroll to the bottom or use this link – https://kriesi.at/support/forum/enfold/#new-topic-0


    @diannedominguez
    Please use following code instead

    .iconbox_left_content {
    background-color: red!important;
    min-height: 95px;
    padding: 10px;
    }

    Best regards,
    Yigit

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