Hello, 1- My links within the content of my post and pages look exactly the same as normal text and I'd like to change the color of them so they stand out like links. I tried: Code: a { color: blue ! important; } But this will change it in the entire site, including menus, titles, sidebar content, etc. (something I dont want) Is there a way I can solve this? 2- Is it possible to change the color when text is highlighted on post and pages as well? Thanks
Hello, 1. Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .post_content a { color: blue; } .content-bar a { color: blue; } .fullwidth a { color: blue; } .contact-page a { color: blue; } In place of "blue" you can put your color or color code. This will solve your issue. 2. Could you please specify your second issue with the help of screenshot images that which text you want to change the hover color.
Thanks, will try it out. Regarding the second, by highlighted text, I meant when the text is selected (i.e. before copying a text, see image bellow) I want this so it match everything on my site. I know this can be done via CSS, just dont know how. Could you also help me with it? Thanks again.
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: ::selection { background: blue; /* Safari */ color: red; } ::-moz-selection { background: blue; /* Firefox */ color: red; } In place of "blue" and "red" you can put your color or color code. This will solve your issue.
Perfect! Thank you very much. Now please, could you let me know why the archives pages do not display pagination? Were they built so or am I doing something wrong, I mean they only display the latest 10 results and nothing more. I even tried in a demo site with no plugin installed but got the same results.
Hello, Download theme again from your members area and upload it. This will solve your issue. Login here: http://inkthemes.com/members/member/index Please check changelog.php file for changes. == Changelog == = Theme Name: BlogSpring Theme Pro= = Version: 2.0.4 = 1. Search page result pagination issue fixed. 2. Blog page sidebar widget issue fixed. 3. Archive page pagination added. Thanks & Regards Gourav Shrivastava
Oh ok, it seems I had the first release of the version 2.0.4. The changelog file only has: = Version: 2.0.4 = 1. Search page result pagination issue fixed. Will download it again. Thanks for your help.
Hello, Yes please download the fresh copy of BlogSpring Theme from the members area (http://inkthemes.com/members/member) and, upload and activate it in your dashboard. Follow the link given below for reference. http://www.inkthemes.com/how-to-update-a-premium-theme-by-inkthemes/05/ This will solve your issue.