• Hi
    on my site www[dot]lustyworld[dot]com (adult site) there are container which shows the posts. I want to change the box color from white to dark grey or black. Also I want to reduce the font size. How to do that? My theme name PR NEWS theme.

Viewing 10 replies - 1 through 10 (of 10 total)
  • Try editing these two selectors in your stylesheet.

    #mcontainer .thumb {
    background: #000;
    }
    .posttitle {
    font-size: 18px;
    }

    If you aren’t using a child-theme, maybe switch to doing that before making any edits.

    Thread Starter mickeycarp

    (@mickeycarp)

    srry not working

    Which file did you edit because the changes aren’t in your stylesheet?

    Maybe try with this plugin:

    http://wordpress.org/plugins/simple-custom-css/

    Thread Starter mickeycarp

    (@mickeycarp)

    Hi
    I did change the #mcontainer .thumb in style.css and tested it but no changes occurred.

    will the simple-custom-css will work on the existing theme. How does this actually work? I want the existing PRNEWS Theme and make changes over it? will this plugin work on it?

    Thread Starter mickeycarp

    (@mickeycarp)

    Yess!!! it worked .. Thanks WPRanger. Appreciate your help Man!

    Thread Starter mickeycarp

    (@mickeycarp)

    Now I need your help again…I want to increase the column size of the post . E.g http://lustyworld.com/lesbians/ …I want to increase the size of mid column as well for right and left side column in equal size….any idea

    It’s not really a trivial task to increase the column widths on your site due to the way it’s designed. Sure it can be done but increasing the dimensions of one element on your site would effect the display of others.

    Can you lose one of the sidebars in your theme options, if you have any?

    Thread Starter mickeycarp

    (@mickeycarp)

    The mid section is actually quite small. The problem is that whenever I try to put big size image or multiple image in row it gets resized and the pics become so small that it kills the looks. if I try to put 1 image per row then it becomes a long post.

    Actually I tried doing it yesterday and the mid column increased bit on right side but not able to reduce gap between left side column and mid column. Even if i get that part done I’m okay because I’ll get approx 700px width in the mid column.

    I’ll try to check with 2 column but I need 3 columns as I have to put multiple ads, categories and few page based code which I can’t put in the body section.

    Thread Starter mickeycarp

    (@mickeycarp)

    The mid section is actually quite small. The problem is that whenever I try to put big size image or multiple image in row it gets resized and the pics become so small that it kills the looks. if I try to put 1 image per row then it becomes a long post.

    Actually I tried doing it yesterday and the mid column increased bit on right side but not able to reduce gap between left side column and mid column. Even if i get that part done I’m okay because I’ll get approx 700px width in the mid column.

    I’ll try to check with 2 column but I need 3 columns as I have to put multiple ads, categories and few page based code which I can’t put in the body section.

    Thread Starter mickeycarp

    (@mickeycarp)

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘[NSFW] change the theme color’ is closed to new replies.