>
Currently Browsing: Wordpress

Remove Ellipses (…) from Post Title

Open the file defaultcat.php and search for this line: <h2><a href="<?php the_permalink() ?>" title="<?php printf(esc_attr__('Permanent Link to %s','eNews'), get_the_title()) ?>"><?php truncate_title(37); ?></a></h2> Replace it by this: <h2><a href="<?php the_permalink() ?>" title="<?php printf(esc_attr__('Permanent Link to %s','eNews'), get_the_title()) ?>"><?php the_title();...
read more

Background Image Behind Header

Please go to Epanel > General and at the bottom of that , you will see Custom CSS box. Please put this code there #header {background:url('https://image.png') !important;}
read more

Changing the Color of Links

Using the ElegantThemes eBusiness theme, the default color for links did not stand out and links were hard to see. Resolved by making them red. In the style.css file, for the child theme, added the following line of code: .home-post-wrap-2 a {color: #ff0000 !important; font-weight: bold;}
read more

Next Entries »