Slider Border

  • Anonymous

    #9077

    First I want to apologize because I know this has to have been addressed. I have tried the suggestions in the forum for slider border root, slider border and several other CSS and for some reason they just are not working.

    I need to decrease the black area around the slider and then add a red border around the slider.

    I would also like to center the slider title

    Also, is there a way to just have widget columns, instead of body on the home page. I would just like four widgets across. I am just listing my skills and do not need an actual body area.

    The website is:

    http://www.help-me-candi.com

    Anonymous

    #42732
    .slider_nav {
    display: none;
    }
    .featured_slider {
    padding: 0px !important;
    margin-top: -15px !important;
    margin-bottom: 8px !important;
    border: 2px solid #ff0000;
    }

    Quote:
    I would also like to center the slider title

    I think you figured it out already.

    Quote:
    Also, is there a way to just have widget columns, instead of body on the home page.

    .home .type-page {
    display: none;
    }

    Anonymous

    #42733

    Thank you, actually for the widget title centering I just left the title area blank. I actually do need the css for it.

    Thanks so much.

    Anonymous

    #42734

    Oops, so I added those codes to custom CSS under display and nothing happened. I figured maybe I was having Cerebral Flatulence and then went to advanced and did something, (not sure what) and now the custom CSS in that area is full and cannot be deleted.

    The site itself for those codes has not changed it still looks the same.

    http://www.help-me-candi.com

    Anonymous

    #42735

    Here are the codes I have put in:

    .post-title, .post-title a {
    color: #FF0000;}

    .slider_post h2 a, .slider_post h2 a:visited {
    font-family: Andalus !important;
    }

    .featured_slider .slider_items {
    font-family: andalus;!important;
    }

    .page-id-all #sfw-respond {
    display: none;!important;
    }

    .slider_nav {
    display: none;
    }

    .featured_slider {
    padding: 0px !important;
    margin-top: -15px !important;
    margin-bottom: 8px !important;
    border: 2px solid #ff0000;
    }

    .home .type-page {
    display: none;
    }

    Anonymous

    #42736

    Feeling dumb here. I had some text in the body part of the first page. When I deleted that, it went to the columns as well as doing everything else…. I am learning…

    Thanks, I love this theme

    Candi

    Marking as completed

    Anonymous

    #42737
    Quote:
    actually for the widget title centering I just left the title area blank. I actually do need the css for it.

    Well.. You asked the code to center the slider title in the first post.

    Here you go,

    .sidebar h3 {
    text-align: center;
    }

Viewing 7 posts - 1 through 7 (of 7 total)

  • You must be logged in to reply to this topic.