Posted by The TechMentor in Wordpress
on Feb 14th, 2014
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();...

Posted by The TechMentor in Wordpress
on Feb 14th, 2014
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;}

Posted by The TechMentor in Journal, Wordpress
on Jan 18th, 2014
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;}
