shadowed content border - Acme Themes
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #5659
    ukvip
    Participant

    Hi, Firstly great theme.

    Only problem I’m having is locating the correct option to remove the border that appears on all pages around the content area.

    Please could someone point me in the right direction

    #5666
    acmethemes
    Keymaster

    Hello Ukvip,
    Thank you so much for using our theme Corporate Plus. Please add the below CSS code to remove the border-shadow.

    article.page {
        box-shadow: none;
    }

    Hope, this will solve your problem.
    Note: Child theme is recommended to customize theme. https://codex.wordpress.org/Child_Themes

    Regards,
    Acme Supports

    #5665
    ukvip
    Participant

    Hi!

    Thanks for the help…. I entered the code and although the sides of the box have been removed there is still a line at the top and bottom in place of the box.

    Is it possible to also have help removing this?

    I will be looking into using a child theme for my edits again thank you for the heads up

    #5664
    acmethemes
    Keymaster

    Please add the below CSS code to remove the border-shadow.

    article.page {    
     border-bottom: none;
    }

    Thanks

    #5663
    ukvip
    Participant

    Hey sorry to bug you again…

    So I listened to what you said about child theme’s and started again, installed a plugin that creates a child theme set it up and used the codes you provided in custom css.

    While it has removed the bottom and sides of the box around the edit button there is still a grey line where the top of the box would be. I’ve tried different codes relating to borders but I cant seem to remove it ??

    Once again thank you for your time and help

    #5662
    acmethemes
    Keymaster

    Would you please provide the Site URL of your site where you are facing the problem?

    #5661
    ukvip
    Participant

    Is it possible to send it private please

    #5660
    acmethemes
    Keymaster

    You can send us the email on our private email. Make sure that the child theme is developed completely and the CSS used is valid.

    Regards,
    Acme Supports

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘shadowed content border’ is closed to new replies.