Home › Forums › Basel support forum › Minimal demo – Boxed size – How delete the grey line borders and center the body
Minimal demo – Boxed size – How delete the grey line borders and center the body
- This topic has 7 replies, 2 voices, and was last updated 7 years, 6 months ago by Artem Temos.
-
AuthorPosts
-
May 9, 2017 at 3:50 pm #13467
WhizelParticipantHello first of all thanks to all the team for develop this amazing theme.
My name is Javier Pardina, from Spain. and I want create a online store for handcrafted pet accessories.My first question is : its possible delete the grey line border of body? and delete the shadow of menu??
My second question is : Is possible center de body of all the pages in center ??
the idea is looks like this the theme situation : http://depot.mikado-themes.comall the background white and centered 🙂
Thanks for the big help!!!!
Javier.pd: sorry for my English.
Attachments:
You must be logged in to view attached files.May 9, 2017 at 4:17 pm #13474
Artem TemosKeymasterHello,
Thank you for choosing our theme and contacting us.
Yes, you can remove the shodow by adding the following code snippet to the Custom CSS section in Theme Settings
.sticky-header, .wrapper-boxed .website-wrapper, .wrapper-boxed-small .website-wrapper { box-shadow: 0 1px 5px rgba(190,190,190,.0); }
Probably, you just need to change boxed layout to full width in Theme Settings -> General Layout.
Kind Regards
XTemos StudioMay 9, 2017 at 4:59 pm #13475
WhizelParticipantThanks for the fast answer but for delete the borders lines in boxed style?? The client must be boxed… or i can do the a “fake” boxed with fullwith?? And configure space betwen the body and borders??? Sorry for the question but just i need this the rest all is super ok thanks!!
May 9, 2017 at 5:38 pm #13476
Artem TemosKeymasterJust enable full width mode. All content will be boxed.
May 10, 2017 at 1:43 pm #13531
WhizelParticipantSuper!!! its really cool now 😀
Thanks for your faster help.
Well now I have another little problem :
1- how I can delete the line between “my account/login” and search ?
(I attach photo)2- How I can put another Icons in a text bloc (I attach photo)
Thanks!!!!
Attachments:
You must be logged in to view attached files.May 10, 2017 at 2:00 pm #13537
Artem TemosKeymasterHi,
1. You can change this text in POT file using Loco Translate plugin. Here is a video that demonstrates how to translate strings with this plugin https://www.youtube.com/watch?v=tAFq1yTfWfU
2. Just edit a text block with the icon and change this CSS class
icon-envelope
with any of the list http://simplelineicons.com/Regards
May 10, 2017 at 2:34 pm #13544
WhizelParticipantThanks for the super fast answer!!!
about 2 super thanks!
about 1 = I don’t speak about translate. I mind about how delete the tiny grey line :
| between login and search how I attach in image.Thanks!!!!
May 10, 2017 at 2:56 pm #13546
Artem TemosKeymasterSorry, just add the following code snippet to the Custom CSS field in Theme Settings
.header-shop .right-column .header-links { border-right: 0 solid #f5f5f5; }
Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register