My text size in categories on main home page is too small
Landlordsbookkeeper.com is the site
Under the heading services on the left i would like the text of accounts bookkeeping etc larger
Where in the coding would i find all this
Thank you
My text size in categories on main home page is too small
Landlordsbookkeeper.com is the site
Under the heading services on the left i would like the text of accounts bookkeeping etc larger
Where in the coding would i find all this
Thank you
In stylesheet.css you could add the red part:
/* categories box parent and child categories */
A.category-top, A.category-top:visited {
color: #ffffff;
text-decoration: none;
font-size: 1.3em;
}
thank you worked a treat