RealTimeDesigner Support Network
Wiki Forums Libraries Docs Support RealTimeDesigner Home
Welcome! Log In Create A New Profile

Advanced

editing layout of clip art pop up page.

Posted by mybambino 
editing layout of clip art pop up page.
February 23, 2014 07:02PM
Hi is it possible to remove the searchfield and browse clip art buttons from the clip art pop ups? I am not sure if I am going to need it. We won't have that many designs at this point and it's a little confusing for our customer.
Re: editing layout of clip art pop up page.
February 24, 2014 08:07AM
Sure thing.

In the DirectCSS section for the style used for the Store you want to do this for (SYSTEM OPTIONS => Styles Setup => DIRECT CSS), you can hide the elements this way.

For the search box:
#clipart_search_box { display:none; }

for the browse clipart on top, 2 ways.
If you want to add the entire block (inlcuding the text on top):
#local_table_clipspopup_mainsections { display:none; }

If you want to hide ONLY the "browse" button:
#local_table_clipspopup_mainsections_browse { display:none; }
Sorry, only registered users may post in this forum.

Click here to login