Support ForumChange the blog navigation (Previous/Next) buttons colors – Support Forum https://support.ishyoboy.com/forums/topic/change-the-blog-navigation-previousnext-buttons-colors/feed Mon, 30 Dec 2024 19:17:53 +0200 http://bbpress.org/?v=2.5.12-6148 en-US https://support.ishyoboy.com/forums/topic/change-the-blog-navigation-previousnext-buttons-colors/#post-4994 <![CDATA[Change the blog navigation (Previous/Next) buttons colors]]> https://support.ishyoboy.com/forums/topic/change-the-blog-navigation-previousnext-buttons-colors/#post-4994 Tue, 07 Oct 2014 17:45:30 +0000 larkmeadictsupport Hi,

Can you tell me where I set the colours for the Blog Next & Previous article navigation

Many thanks
Guy

]]>
https://support.ishyoboy.com/forums/topic/change-the-blog-navigation-previousnext-buttons-colors/#post-4995 <![CDATA[Reply To: Change the blog navigation (Previous/Next) buttons colors]]> https://support.ishyoboy.com/forums/topic/change-the-blog-navigation-previousnext-buttons-colors/#post-4995 Wed, 08 Oct 2014 06:25:41 +0000 IshYoBoy Hi,

There are two methods:

1. Manual override using CSS

You can inspect the buttons using the “Inspect Element” functionality of Google Chrome Browser to see what class names are used in the html and also what CSS selectors were used by us to set the colors and then override them by adding your custom CSS inside “Theme Options” under “Global Options” and “Custom CSS” field.

2. Overriding PHP function using a child theme

If you are familiar with child themes or already using one (e.g. the starter one we provide along with the theme) then please open the “functions.php” file and paste the following code:

this function is originally found in the file “wp-content\themes\boldial\assets\framework\wp\options\custom-functions.php”

As you an see this is how the buttons are output. You can change the “ish-color2” to any number of existing color in order to change the background and also “ish-text-color3” to change the text color.

Hope this helped ;)

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/change-the-blog-navigation-previousnext-buttons-colors/#post-5021 <![CDATA[Reply To: Change the blog navigation (Previous/Next) buttons colors]]> https://support.ishyoboy.com/forums/topic/change-the-blog-navigation-previousnext-buttons-colors/#post-5021 Fri, 10 Oct 2014 07:52:55 +0000 larkmeadictsupport Thanks for the update.

Are the navigation buttons for ‘Newer Post’ & ‘Older Post’ not set in the theme colours?

https://www.hable.co.uk/wp-content/uploads/2014/10/Screen-Shot-2014-10-10-at-08.48.12.png

Guy

]]>
https://support.ishyoboy.com/forums/topic/change-the-blog-navigation-previousnext-buttons-colors/#post-5037 <![CDATA[Reply To: Change the blog navigation (Previous/Next) buttons colors]]> https://support.ishyoboy.com/forums/topic/change-the-blog-navigation-previousnext-buttons-colors/#post-5037 Mon, 13 Oct 2014 18:59:01 +0000 IshYoBoy Hi,

Nope. These are just two buttons and it creating a separate setting just for them is too much as they can be easily accessed by CSS or as per the code above.

Doesn’t the code above work?

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>