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

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #13467

    Whizel
    Participant

    Hello 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.com

    all 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.
    #13474

    Artem Temos
    Keymaster

    Hello,

    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 Studio

    #13475

    Whizel
    Participant

    Thanks 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!!

    #13476

    Artem Temos
    Keymaster

    Just enable full width mode. All content will be boxed.

    #13531

    Whizel
    Participant

    Super!!! 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.
    #13537

    Artem Temos
    Keymaster

    Hi,

    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

    #13544

    Whizel
    Participant

    Thanks 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!!!!

    #13546

    Artem Temos
    Keymaster

    Sorry, 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

Tagged: , , ,

Viewing 8 posts - 1 through 8 (of 8 total)