Home › Forums › Iconic One Pro Support › change the position of the title › Reply To: change the position of the title
November 15, 2018 at 10:13 am #5352
Themonic-Support
Keymaster
Hi,
We do not recommend this modification but here are the instructions to do this if its really needed.
For v2.4 only
Cut line 20-22 from content.php and paste in line 14 of extra-functions.php , existing line 14 will become line 17 after pasting.
Sending some code to your email so you can double check.
Now Additional CSS:
h2 {
clear: none;
}
.entry-summary .entry-title a {
color: #444444;
text-decoration: none;
font-size: 24px;
line-height: 1.4;
font-weight: normal;
}