Changing the CSS

This topic contains 3 replies, has 2 voices, and was last updated by  Simone 9 years, 2 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #34699

    urbanfix
    Expired Member
    Post count: 310

    I wish to style the widgets that come with wordpress.
    For example, I want to change the background behind the words Featured bar on my website urban-fix.co.uk
    however, when i make the changes in firebug it works, i then go and add it to my custom css and nothing happens…
    I am knew to this so i know i am doing something wrong…
    I have got rid of breadcrumbs and the category/tags on listing pages so im not completely incompetent! haha.

    Another example is i wish to change the way the dashed lines look.
    so i added this to the custom css, which should make them black and 3px. but no joy!
    .geodir_category_list_view li {
    border-bottom: 3px #000000 dashed;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: block;
    list-style: none;
    }

    Any quick pointers would be great!
    Thanks

    #34700

    Simone
    Expired Member
    Post count: 3515

    If it works on firebug and not on the css, try to add the !important to the value in css, example

    background:#ffffff !important;
    #34704

    urbanfix
    Expired Member
    Post count: 310

    Ah thankyou for the swift reply, I figured it couldn’t be hard to do!
    You guys are what makes this plugin so good! The plugin comes with so many features, but its the adaptability and support that really makes it!

    #34732

    Simone
    Expired Member
    Post count: 3515
    This reply has been marked as private.
Viewing 4 posts - 1 through 4 (of 4 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket