• Resolved jettaddis

    (@jettaddis)


    Hello people.

    I have two little things that I need help with, I’ve spent most of the day playing with the settings and I can’t do what I want.

    I saw a page that has a couple of things that I would like to have on mine. So I’ll leave them for you to see exactly what I mean.

    rubymaybetranslations.com

    The first thing is the hover effect on the links, in this case to the titles of the posts and the title of the page below the logo. I think that both effects should be under the same configuration, but I have not found it.

    And the other issue would be the separation between posts and sidebars, as if they were in shaded boxes.

    I thought it was an option for the payment option, but I asked the owner of the page and he replied that he used the free version.

    It’s the first time I’ve tried to make a web page, so I don’t know if it’s some configuration that I’m missing, or it’s some piece of css code that he added.

    If you know how I can add that to my site it would be greatly appreciated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter jettaddis

    (@jettaddis)

    Already solve the hover effect in posts tittles and the text of the logo with this css

    a:hover, a:focus, a:active {
    color: #24D4AB8A;
    }

    But I still can’t find a way to put borders around elements on my website.

    Thread Starter jettaddis

    (@jettaddis)

    I managed to put shadow borders on widgets and posts with the following css.

    .widget {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding:5px;
    }

    .post {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding:5px;
    }

    Hi @jettaddis,

    We’re glad to hear you managed to find the solution in the meantime. Thanks for sharing it with the community!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hover Effec in links and separations posts’ is closed to new replies.