Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter wpskutter

    (@wpskutter)

    Hi, thanks for the reply

    Site is temporarily sitting at wwww.sisu-fm.org.uk

    I actually managed to cobble together more CSS through a combination of “inspect” (to see the code behind the template) and some googling of how CSS deals with boxes:

    /* For Page Title */
    .page-title {
    font-weight: bold;
    font-size: 60px;
    font-family: Times New Roman;
    font-style: normal;
    color: #112583;
    background: #f6f6f6;
    }

    /* Slider Top Text */
    #slider .featured-title span, .thinkupslider-sc .featured-title span {
    font-family: Times New Roman;
    color: #ffffff;
    }

    /* Box around title */
    #intro.option1
    #intro-core {
    border: transparent;
    padding-top: 0;
    padding-bottom: 0;
    }

    Basically, through trial and error I managed to set the back colour to the same and the grey band (visually as I couldn’t get the colour code!) after I got rid of the border which seems to have done the trick.

    I have never done any coding so I’m picking my way through this issue by issue! Would be great if I knew how to identify what objects (like individual buttons) were called so I could attack them one by one ??

    The code above is probably pretty poor but hopefully it might help someone else with the same issue

Viewing 1 replies (of 1 total)