Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #284653

    I have created two icon-boxes on one of my pages and would like just the title-line and the icon. However, every time I enter the editor the default text in the icon-box pops up, “Click here to add your own text”, even if I have removed it and left it blank several times before saving.

    #284790

    Hey!

    Enable this, then add a class of “no-text-iconbox” to those icon boxes and add this to the Quick CSS:

    .no-text-iconbox .iconbox_content_container {
        display: none;
    }

    Best regards,
    Josue

    #298155

    Hey Josue
    I know it has been some time since you advised me on the icon-boxes, but here is a quick related question: Is there any way to align the icon box to the right (the entire item: the icon and the text-description)? It only gives me the left option…
    Jette

    #298313

    Hey Jette!

    Can you post the link to your page where you have the icon-boxes you would like to customize?

    Regards,
    Yigit

    #313981

    Hi guys
    Thanks for all you help untill now!
    Sorry for going on and off the web-design issues! I am back and would like to alsign my two icons-boxes to the left.
    The page I am working on right now is http://international-workshop.com/newWeb/
    Here is a screen shot of how I would like it to look: http://international-workshop.com/newWeb/?p=3430
    Jette

    #314282

    Hey!

    Try adding this code to the Quick CSS:

    .iconbox_left .iconbox_icon, .iconbox_left .iconbox_content_title {
        float: right;
    }
    .iconbox_left .iconbox_icon{
        margin-left: 20px;
    }

    Cheers! 
    Josue

    #314396

    Worked. Thank you so much.

    #314398

    You are welcome, glad to help :)

    Regards,
    Josue

    #314403

    Just one little thing more :)

    Previously I contacted you guys because the Icon box keeps displaying the default text, “Click here to add your own text”, even if I have removed it and left it blank several times before saving.
    I followed your suggestion and put the following css both in the theme option quick css and in the css options of the iconbox itself.

    .no-text-iconbox .iconbox_content_container {
    display: none;
    }

    Nevertheless It keeps showing the text every time I make any kind of change (eg size or position) of the icon boxes.
    Any suggestions?

    #314405

    Hey!

    Please update the theme to the latest version (2.9.2).

    Best regards,
    Josue

    #314413

    Hi Josue
    Ok. I will do that. i have a child theme installed. Ally my personal css will be saved, right?

    #314422

    Hi!

    Yes, if your custom code is in Quick CSS only you don’t have to worry about that because that’s stored in the database.

    Best regards,
    Josue

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