Hi, When I insert a link it does not show up on the website as a "blue" clickable color link. The link works but it shows up as a light gray color so you can't tell it's a link. Can you please send me the custom css code for that so I don't have to manually do it each time. Thank you
Hi, You can use the below code: Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: p a { color: #F70762; } Note: you can use your own color code for link-text. Regards, Sameer
Okay I added that and it worked. It also worked on the home page too, except for our the 4 feature circle areas. The color came in the same as the theme and it doesn't look good. Can you help? Attached screenshot. In the second circle, "net branch opportunities" is green. Above the circles, it's the blue we changed it too.
Hi, To change the link color for below the circle area that you have mentioned in image use: Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .feature_box p a{ color: #F70762; } Regards, Sameer