yas s
asked 9 years ago

Hi,
Thank you for the DW Minion free theme, Its really good,
I want below configurations need to do for my site,

1), When i open the individual post, there is 2 image(one is feature image, and next is post image)..so i do not want to show the feature image on the top of the post.pls suggest how to do that?
2), I want to keep all links to be BLUE colour instead of Black colour..hoe to do that?
3),Can it possible to make small image on the home page instead of bigger with post excerpts..or can it possible to remove the image on home page (pls suggest both options),
4), I want to change all fonts(except title size) and size to Gerogria including sidebar tittle and widgets..can u pls suggest how to do that?

I wait your advice,
thanks in advance,

1 Answers
DominicStaff
answered 9 years ago

Hi,

Issue1: You can add the following code to the style.css file:

.single-post .entry-thumbnail img {display: none; }

Issue2: Add the following code to the style.css file:

.entry-content a { color: #7cc576;}

Issue3: You can use the following code to change the image size on home page or remove it.

  • Change image size:
    .home .entry-thumbnail img { width: ...px; height: ...px;}
  • Remove image:
    .home .entry-thumbnail img { display: none;}

Issue4: You can open the main.css file in the folder path "themes->dw-minion->assets->css".
Hope this helps !

yaso
replied 9 years ago

Hi thanks for the details, but still issue 1 and issue 3 not resolved based on your code update..pls help

dominic Staff
replied 9 years ago

Please try again:
Issue1: You can add the following code to the style.css file:
.single-post .entry-thumbnail img {display: none !important; }
Issue3.
Change image size:
.home .entry-thumbnail img { width: ...px !important; height: ...px !important;}
Remove image:
.home .entry-thumbnail img { display: none !important;}
Note: If you still face there issue, you can send me your site for further checking.
Regards,

yaso
replied 9 years ago

No, still below issue not resolved after add the below code,

Remove image:
.home .entry-thumbnail img { display: none !important;}
pls share how to send the username

dominic Staff
replied 9 years ago

You can open the content.php file. Find the line 6-7 then remove the following code.

<?php if( has_post_thumbnail() ) : ?>
    <div class="entry-thumbnail"><a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_post_thumbnail(); ?></a></div>
    <?php endif; ?>

If you still face there issue, you can send me your site for further checking or username & password (via private answer).
See the screenshot: http://prntscr.com/71brce
Regards,

Powered by DW Question & Answer Pro