Forum Replies Created
-
AuthorPosts
-
cubicle10Member
Did you have to change any of the code in the plugin or just the child theme's functions.php?
E.J.
Cubicle10November 6, 2014 at 6:04 pm in reply to: Agency Pro – Integrating Pricing Table from similar to Epik Theme #130747cubicle10MemberDonald, Did you ever receive instructions about coding the ability to insert a SP style pricing table in a theme that doesn't come standard with the CSS, etc.
I too have this question. How can I get a pricing table (like the one in Centric) to work with the AgentPro Theme?
E.J.
Cubicle10cubicle10MemberHi Jesse,
I asked this same question directly to StudioPress support and here is what I received from them. Hopefully this gets you going.
You would be looking to change code in your style.css file which is located dashboard > appearance > editor make sure that the drop down at the top right has "education pro theme" selected and then make sure stylesheet (style.css) is selected on the right side.
You will need to look for this code:
a { color: #78a7c8; text-decoration: none; and change to this to have links underlined: a { color: #78a7c8; text-decoration: underline; And then this is the code for when you are hovering over the link: a:hover { color: #34678a; }
This will not change all links as there will be more specific code that can override this, if you come across links that do not have the underline on them.
I highly recommend using Firebug to find the CSS that controls different elements on your site. We have a tutorial for using Firebug here: http://www.studiopress.com/tips/using-firebug.htm.
E.J.
Cubicle10 -
AuthorPosts