Warning: file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages:
error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed in /var/www/html/wp-content/themes/satoristudio/includes/template-tags.php on line 124
Warning: file_get_contents(): Failed to enable crypto in /var/www/html/wp-content/themes/satoristudio/includes/template-tags.php on line 124
Warning: file_get_contents(https://satoristudio.net/wp-content/themes/satoristudio/includes/images/logomark-2.svg): Failed to open stream: operation failed in /var/www/html/wp-content/themes/satoristudio/includes/template-tags.php on line 124
Warning: file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages:
error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed in /var/www/html/wp-content/themes/satoristudio/includes/template-tags.php on line 125
Warning: file_get_contents(): Failed to enable crypto in /var/www/html/wp-content/themes/satoristudio/includes/template-tags.php on line 125
Warning: file_get_contents(https://satoristudio.net/wp-content/themes/satoristudio/includes/images/logotype-long.svg): Failed to open stream: operation failed in /var/www/html/wp-content/themes/satoristudio/includes/template-tags.php on line 125
Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383
to have different colours for individual menu items, please do the following:
1). Open your website in Chrome, right-click on the open menu item, and choose “Inspect Element”.
2). A panel with code will open at the bottom, where you will be able to locate the
element associated with your menu item.
3). The
element will say something like
– you need the number which comes in the “id” property.
4). Go to “Appearance -> Editor” and add the following line into “style.css” (one for each of the menu items you wish to re-colour):
#nav-primary li#menu-item-8 a { background-color: #000000; }
replacing the “8” with your specific item number, and the #000000 with the colour code you wish to obtain (check the hex colour table e.g. here: http://www.colorpicker.com/
Or – you can email me your website’s URL as well as admin login and password at support@satoristudio.net, together with the colours you’d like your menu items to become, and I will arrange them for you.