• Hello,

    Downloaded the AccessPress Basic, looks very nice, thank you.

    In the blog section, I have selected Blog Image Medium, the image default size is 380 x 252. I would like to change the default to 275 x 185. I tried doing that in the custom css, but haven’t been able to figure out how. Is there a way to change the image default size?

    Also, in the blog main page, there is a horizontal line, followed by author’s name, date and category and then another horizontal line. Is there a way to remove one of the horizontal lines?

    Thank you,

    Ray

Viewing 4 replies - 1 through 4 (of 4 total)
  • Shane

    (@richardkanes)

    Hi there.

    Thank you for writing in.

    In the blog section, widgets are used for the icon blog section.
    We can not change image default size.
    Let us provide your site url, if possible we will inspect the code for you.

    To remove the horizontal line, use this code:
    To remove the upper line:

    .category-blogs .entry-footer {
        border-top: none;
    }

    To remove the lower line:

    .category-blogs .entry-footer {
        border-bottom: none;
    }

    Thanks.

    Thread Starter raymasa

    (@raymasa)

    Thanks Shane, that worked, with a slight change, it seems the actual code to change category-post-list, not category-blogs. At least the category-blogs didn’t work, so I looked through the style sheet and tried other things. Took me 45 minutes, but the followign worked:

    .category-post-list .entry-footer {
    border-top: none;
    }

    Ray

    Thread Starter raymasa

    (@raymasa)

    Forgot to mention, I am developing the site on the local computer (using xampp), don’t have a URL to share just yet

    Ray

    Shane

    (@richardkanes)

    Hi there.

    Glad that the code works for you though you need to customize it.
    You can let us know after the site is register.

    Do contact if any help needed again.

    Also if you seem to like our theme then can we please get your 5 star rating and nice reviews here:

    AccessPresBasics

    Please like and review your experience so that we can upgrade it better.

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing image size’ is closed to new replies.