Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Montezuma Theme (http://forum.bytesforall.com/forumdisplay.php?f=53)
-   -   After customizing feature image size, hover takes place across the page? (http://forum.bytesforall.com/showthread.php?t=19397)

dinabrokoth Jan 21, 2013 03:10 AM

After customizing feature image size, hover takes place across the page?
 
Hello BFA Forumers,

I'm new here, I have some issue that need to be solve?

1- How can I customize feature image size? I've used this code to remover its style
PHP Code:

<?php bfa_thumb150110true ); ?>

Yes, it works with the image to the set sizes, but the the rest space are still having the url/link when hover on those white space. How could I solve this.
I see the
Code:

<span></span>
generated but not in the file itself. Here is the codes:
HTML Code:

<a href="http://localhost/health1/feature-post-2/"><img src="http://localhost/health1/wp-content/uploads/2012/12/post1.jpg" width="150" height="120" />
                        <span></span></a>


2- How could I remover the post navigations inside the single.php by using the theme options?

3- How could I change each icon of the sidebar title widgets as we do in the menu? OR How to remove it all?

4- How about the Menu 2, where is it located? OR How could I add it in some places in the theme files?

5- How to remover the "italic" from the comment bubble number in single page?

Thank you very much for taking time reading my questions. Have a nice day!

Sincere,

Dina

juggledad Jan 21, 2013 04:52 AM

Quote:

but the the rest space are still having the url/link when hover on those white space. How could I solve this.
go to mto->CSS Files->content.css and find the
HTML Code:

img {
        max-width:                                100%;
        height:                                        auto;
        display:                                        block;
        width:                                        auto; /* makes IE8 keep aspect ratio, adjusts the height */
}

and change the 'display: block;' to 'display: flex;'
open seperate threads for the other questions to make it easier for others to find the info in the future


All times are GMT -6. The time now is 03:33 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.