Hi, I'm just building my first site using "Local Business Theme" and have created links to external sites and information. These links are showing up as blue on the dashboard but have no colour on the live site; only the cursor changes to the pointing finger. Is it possible to make these links blue and bold? Thank you in advance
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: a{ color:blue ! important ; font-weight: bold ! important ; } a:hover{ color: lightblue ! important ; }