Is there anyone know how to create new block without frame?
When you create new block for some reason, it comes with new frame.
I want to create block with no frame.
Is there anyone know how to create new block without frame? |
if you mean the block design there are a few design types ... you can use deanos block tools to achieve changing the design easily; I think '0' setting is frameless and 1, 2, etc etc are other design types for blocks ... DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price! |
After you create the block you have to go into the database in the table sys_page_compose and find the block and change it's designbox type from 1 to 0 https://www.deanbassett.com |
deano and detective, when blocks are created do they get a unique ID? |
well you can style each block you have individually so yeah, I imagine so ... DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price! |
Something like this will work then:
#page_block_3 div.disignBoxFirst.bx-def-margin-top.bx-def-border { border: none !important; }
Note that I did not spell design wrong... I don't know, it shows me "disign"
goldkast if you can share your url with the block that you've created I can give you the exact css |
RE: Note that I did not spell design wrong... I don't know, it shows me "disign" Maybe you should run spell checker on the source code like someone did a few years ago My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
Something like this will work then:
#page_block_3 div.disignBoxFirst.bx-def-margin-top.bx-def-border { border: none !important; }
Note that I did not spell design wrong... I don't know, it shows me "disign"
goldkast if you can share your url with the block that you've created I can give you the exact css
https://www.deanbassett.com |
Thank you so much for your advice deano! But it is takes so long to hide frame for all ads so I think I will bye your mod |