• Resolved Anonymous User 9824923

    (@anonymized-9824923)


    Hello. I’m having problems to change the borders in my website. I want the borders to all site look the same. I already change it in my style.css but it won’t change. The borders from my right side bar still with a shadow.

    Anyone to help me?

    Cheers,

    Irina

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Which borders? I see a few light single pixel ones.

    Keith

    (@keithdriscoll)

    Try this in your custom CSS:

    .well {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    }
    Thread Starter Anonymous User 9824923

    (@anonymized-9824923)

    Yeah! The -webkit- stuff resolved it. You’re a Genius Keith!

    By the way do you know where/how I change the info from my site copyright? I will keep the author theme data but I don’t need all the info “Tema por Colorlib criado com WordPress”

    Kisses,

    Irina Sopas

    Keith

    (@keithdriscoll)

    I can assure you, I am not a genius…everything I know is from breaking stuff 🙂

    Usually, you can locate copyright info in either 1. theme settings or 2. a footer.php file usually located in your theme root.

    Hope that helps 🙂

    Thread Starter Anonymous User 9824923

    (@anonymized-9824923)

    Hallo. I found it thank you a lot.

    Another thing, I have a plugin for my website buttons, portuguese version, a friend made it for me, I copied and made the english version, but it is giving me problems and I can’t find the error. How I can show you the both plugins? Maybe you can find the error, or please indicate me a place/forum to help me.

    Kisses,

    Irina Sopas

    Thread Starter Anonymous User 9824923

    (@anonymized-9824923)

    Here: http://irinasopas.com/en/fan-2/ my buttons are not fixed at the page do you know how to fix it? So they can stay like that http://irinasopas.com/pt/fan/?

    And my code isn’t working for those buttons http://irinasopas.com/en/texts/ [irina-buttonsen-texts]

    Kisses,

    Irina Sopas

    Thread Starter Anonymous User 9824923

    (@anonymized-9824923)

    Resolved.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Change border shadow’ is closed to new replies.