Reduce font size [closed]

Not a WordPress question, but add the following in your stylesheet: .featured-text h2, .featured-text h2 a { font-size: 24px !important; /* set font size */ } In the future, simply Inspect Element to find which class or tag to style.

How to not load stylesheet and how to load a second stylesheet on a page

There are a few ways to do this depending on your preferred approach and the current theme you are working in. The “WordPress Way” would be to enqueue the new style sheet in functions.php using wp_enqueue_style() https://codex.wordpress.org/Function_Reference/wp_enqueue_style You can remove the reference to the original stylesheet by deleting the reference to it in your existing … Read more

Cannot change hover color for links [closed]

You can avoid all this redundancy if you analyze carefully and see where the error is originating. Chrome developer tools or Firefox is great to help you debugging. You are actually trying to style the link, but the link has a span inside of it, each with its own class. A quick and dirty solution … Read more

Long post titles don’t move to next line

The issue is due to addition of following line in your child theme. There should be some line height to show header properly. .entry-header .entry-title { font-size: 1.6000rem; /* was 1.42857rem; */ font-weight: normal; line-height: 0; /* changed from 1.2 */ }

Custom css author role

If a user is not logged in then admin_head probably won’t run. So let’s just check their capabilities. function my_custom_admin_head() { if ( ! current_user_can( ‘have-fun’ )) : ?><style> #welcome-panel{display: none !important;} #wp-content-editor-tools{display: none !important;} </style> <?php endif; // cant’ have-fun } add_action( ‘admin_head’, ‘my_custom_admin_head’ );

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)