-
AuthorPosts
-
June 27, 2014 at 5:03 pm #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.
June 28, 2014 at 5:49 am #284790Hey!
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,
JosueJuly 31, 2014 at 10:00 am #298155Hey 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…
JetteJuly 31, 2014 at 5:01 pm #298313Hey Jette!
Can you post the link to your page where you have the icon-boxes you would like to customize?
Regards,
YigitSeptember 5, 2014 at 12:55 pm #313981Hi 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
JetteSeptember 6, 2014 at 3:29 am #314282Hey!
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!
JosueSeptember 6, 2014 at 7:04 am #314396Worked. Thank you so much.
September 6, 2014 at 7:05 am #314398You are welcome, glad to help :)
Regards,
JosueSeptember 6, 2014 at 7:27 am #314403Just 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?September 6, 2014 at 7:30 am #314405September 6, 2014 at 7:53 am #314413Hi Josue
Ok. I will do that. i have a child theme installed. Ally my personal css will be saved, right?September 6, 2014 at 8:13 am #314422Hi!
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 -
AuthorPosts
- You must be logged in to reply to this topic.