Tagged: 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #104047
    marketingman
    Participant

    I want to eliminate that blank space and put a cool border around each posting. Make th whole thing look a little more techy. Also I want to radious my header photo to match my main website look.
    Main site: http://www.dougscountry.com
    Blog: http://www.dougscountry.com/blog

    Also, be aware if you are using Litespeed cache and make custom css changes, you may have to
    force Litespeed to purge before you will see your updates “live”.
    You can view them in the Dashboard all the time, but not always live without a Purge.

    #104064
    Mahesh
    Keymaster

    @marketingman: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #content article.hentry {
        border: 1px solid #ddd;
        border-bottom: none;
        margin-bottom: 0;
    }
    
    #content article.hentry:last-of-type {
        border-bottom: 1px solid #ddd;
    }

    Regards,
    Mahesh

    #104288
    marketingman
    Participant

    Mahesh,

    I made some minor changes to the code you suggested and got exactly what I was looking for.

    That takes care of the posting borders and gaps.
    Now for the radius curve on the header photo.

    Thanks!

    Doug

    #104295
    Mahesh
    Keymaster

    @marketingman: Add the following CSS:

    #header-featured-image img {
        border-radius: 10px;
    }

    Note: Please adjust the border-radius as per desired.

    Regards,
    Mahesh

    #104326
    marketingman
    Participant

    So close…..
    I did the radius, the left side is looking perfect, the right side a little flat.
    I dried adjusting image with, padding and a bunch of other settings, I just can’t
    get what I want on both sides. Suggestions?

    Also changed the background color from that lite grey to white. Now the image looks transparent.

    One stupid little thing left.
    Above the picture is a thin line.
    I looked at all the top and bottom border commands, nothing fits.
    Is it a Box-shadow?

    http://www.dougscountry.com/blog

    #104384
    Mahesh
    Keymaster

    @marketingman: Its the bottom border of #masthead. Please add the following CSS:

    #masthead {
        border-bottom: none;
    }

    Regards,
    Mahesh

    #104395
    marketingman
    Participant

    Ok, it almost 100% the way I want it

    I have created with your help, Adventurous Modified Blue.
    http://www.dougscountry.com/blog

    Want the finished CSS to integrate and create the next new Adventurous variation?

    I can always use donations into my Paypal Account.

    #104493
    Mahesh
    Keymaster

    @marketingman: If you want further customization, I recommend you to hire a customizer.
    https://catchthemes.com/hire-customizer/

    Regards,
    Mahesh

    #104517
    marketingman
    Participant

    How about you folks quit holding people hostage for color changes.

    $50 to be able to change colors.
    Not in my lifetime.

    #104548
    Mahesh
    Keymaster

    @marketingman: Let me know what color and where you want to change. Thought you mean design variation with customizations. Sorry for that.

    Regards,
    Mahesh

    #104574
    marketingman
    Participant

    I have made all the changes now. It’s a new color and design variation on your Theme.

    http://dougscountry.com/blog

    The breadcrumb code was the last piece.

    #104622
    Mahesh
    Keymaster

    @marketingman: Glad to know. Let me know if you need further help. Have a nice day!

    Regards,
    Mahesh

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Is there an easy way to remove the blank spaces between posts.’ is closed to new replies.