• Hi
    I’m pretty new to this but have tried to sort out some adjustments with my homepage, I just have a few more problems that i could use your help with.
    1) I want to change all the blue text to black (when hovering over the titel of the page, in the menu, when hovering over the instagram button).
    2) I’ve managed to change that the titel is only visible when hovering over the thumbnails on the frontpage, but unfortunatly the grey box is disrupting the image even when not hovered over. I wish that the grey box disapears, and if possible to center the titel on the image when hovering over the picture.
    3) is it possible to change, remove the text in the footer about wordpress, if so how can i do it?

    kind regards
    Thilde

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

Viewing 1 replies (of 1 total)
  • Hi –

    I’m happy to help. Here are your theme instructions for reference: https://wordpress.com/theme/boardwalk And the site demo: https://boardwalkdemo.wordpress.com/

    1. I don’t see any Instagram social menu icon added to the site. The menu link colors can be changed with CSS. Add the following CSS to make that change:
    Title

    .site-title a:hover {
    color: #000;
    }

    Links

    a {
    color: #000;
    }

    Grey box

    body:not(.filter-on) .hentry.has-post-thumbnail .entry-header {background:none;
    }

    2. I can’t make out a way to easily change the hover title on the posts to the center of the image. This is probably because not every image is the same size. If you change the front page settings or adjust the post display that would then need fixed again. I would leave this one alone.

    3. Looks like you’ve done that already.

Viewing 1 replies (of 1 total)
  • The topic ‘Change the blue text & remove the grey box around titel’ is closed to new replies.