Why is the image in div not displayed in full-size?

Just a guess, but img probably does not have a child element with the class size-full. The class is probably on the img itself. So it should probably be img.size-full without a space. Which would make this a CSS problem and not a WordPress problem.

Instead of Custom CSS Theme CSS is loading

It is not clear if you want to just override the styles or replace the file with a new one. Whatever the case is, below code will help. Just wait for the best answer to your question. add_action( ‘wp_enqueue_scripts’, ‘add_my_style_css_also’, 99 ); function add_my_style_css_also() { wp_enqueue_style( ‘my-styles-css’, get_stylesheet_directory_uri() . ‘/style123.css’ ); } The code will … Read more

Adding padding above menu

This forum is specific to WordPress internal workaround and your question is regarding element styling which does not belong here. Please try to use specific sites according to your question. For your problem, add the following lines in your theme’s stylesheet and it should be fixed. #masthead #cms-header.header-ontop { padding-top:15px; } #masthead #cms-header.header-sticky { padding-top:0; … Read more

Min height of page [closed]

You should set min-height to 900px instead of just 900. 900 might work in some browsers, but probably not in yours.

WooCommerce order note color [closed]

WooCommerce 2.5 is on its way. That introduces a filter for $note_classes which was missing in previous version. Once that ships, you can use following code which adds css classes to order note containers. Then you can use those classes to apply colors. You need to put this in your functions.php file. function woo_process_order_note_classes($note_classes, $note){ … Read more

How to use WordPress 3.8 back-end CSS in front-end?

I believe you’re asking how to include the admin styles in your front end theme? If so, you simply need to either enqueue ‘wp-admin’ on it’s own or list it as a dependency for your theme/plugin stylesheet. Here are examples of both methods: By itself: wp_enqueue_style( ‘wp-admin’ ); As a dependency: wp_enqueue_style( ‘my-theme-styles’, ‘path-to-my-css.css’, array( … Read more

How can i remove footer credit text

It’s going to be hard to answer this without being able to see the theme admin. Check to see if there are any theme customisation options in your admin. Some themes may come with their own control panel which lets you toggle settings or alter footer content, like the copyright. The theme may also have … Read more

Theme install failed

Theme install failed You go to theme folder and you zip only the theme file. Note: You download the theme you have __macosx theme folder also there. You zip only the theme file then you upload it video