• Great theme and using it for my blog … AFL Footy Blog

    1/ The scroll bar is very unresponsive and I’ve check it in both chrome & safari. It seems to be stuck at the top them moves 100% to the bottom. Hence missing the middle section of page.

    2/ Cant find css where to change links rollover colour in main body of site and side bar.

    Thanks in advance

    micmol

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter micmol

    (@micmol)

    I fixed the scroll bar problem …. but still cant find the css code for changing the link roll over colour.

    The link/hover colour can be found/changed in the main style.css file.

    Search for :hover

    Hope this help?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Thanks Davinian, but we advise not to change the theme’s files because (just one reason) the change will just be erased when the theme updates.

    Generally, we advise using a plugin that provides Custom CSS functionality, such as http://wordpress.org/extend/plugins/custom-css-manager-plugin/ , to make CSS modifications.

    Hi Andrew, in that case and looking at micmol’s site, it looks like the error is in the custom css.

    I’ve personally create a child theme to avoid any problems with updates.

    micmol, check the css you are using for:

    a:hover, .site-header h1 a:hover, .site-header h2 a:hover, .comments-link a:hover, .entry-meta a:hover, .widget-area .widget a:hover, .footer-navigation li a:hover, .copyright a:hover, .site-info a:hover, .comment-content .reply a:hover, #respond #submit:hover { color: #f7f7f7;}
    .image-tag, .aside-format, .audio-format, .gallery-format, .image-format, .link-format, .video-format, .search-bar .submit, .iview-caption.caption3, .pagination .current, .pagination a:hover { background-color: #f7f7f7;}
    .search-bar:after {border-right-color: #f7f7f7;}

    Regards,
    David

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Two small problems – scroll bar & links’ is closed to new replies.