• Hi

    I was wondering if you could direct me to the CSS code which changes the colour of the link in the side bar of this site
    https://test.purewebsites.co.nz/lastparadise
    Im talking about the text below latest news. I dont want to change setting globally, just here.

    One othere thing I’d like to do is remove some of the black sapace between the top of the banner and the toip of the page. Ive tried quite a few suggestions for CSS changes in forums but havent had any luck.

    Thanks very much for your help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi adjust this value to change the colour of the latest news widgets links:

    .sidebar .widget ul li a {
    color: #;
    }

    and this is for the top part of the page and banner:

    #header {
    padding: 0;
    }

    tell me how it work out! ??

    Thread Starter chrisnomad

    (@chrisnomad)

    Yes both those fixes worked thank you. Too easy!

    Now Im just wondering if I can play with the text size of the heading “latest news” and centre it better.Could I use some html tags in the header to do that? Thanks again.

    You can do it also by CSS. Here is the code declaration:

    .sidebar .widget-title {
    font-size: 20px;
    padding-left: 15px;
    }

    play around the values and see whats right ??

    Thread Starter chrisnomad

    (@chrisnomad)

    That aloso works. You rock.

    Thread Starter chrisnomad

    (@chrisnomad)

    Hi Jesse

    I’m just trying to change a few things in the side bar. I’d like to
    -Change the colors of the text (links and titles) to light blue.
    -Make the titles in bold
    -Have the secondary menu (buy DVD etc) look different – static state would be roll over, i.e a blue colored box, preferably with a white outline of 1 pixel. These buttons would simply go to a darker blue when the mouse rolls over.

    Finally, do you know a way to make the thumbnails invisible for the main photo slideshow?

    Many thanks in advance, your advice has been a great help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Link Colours in side bar’ is closed to new replies.