Add a button to header menu

Posted in: Newspaper
Post count: 30

Is there a way to add a button to the header menu to make a specific menu item stick out? I’ve seen this done on other sites and wondering if there is a way to do it with tagdiv. Here’s an example of a website using a button on their header — http://i64.tinypic.com/23suqg7.png

Post count: 23312

Hello deelv,

Unfortunately, I do not have any access to your screenshot and also, I do not exactly understand what you mean. So, if you want to add some buttons to your header menu, please notice that our theme does not have any such an option that allows you to add some buttons there but the only way to do this would be to use the do_shortcode of Visual Composer and then, add the code in the specific core file, according to your header style used by you. For example, if you are using the Header Style 1 you should alter the code to the header-style-1.php like this -> http://screencast.com/t/O3ksoXxtn0 The shortcode can be created when you edit a page, like this -> http://screencast.com/t/dOskl5tBHj -> http://screencast.com/t/lnbhA7lldl9X and the right syntax for this method should be like this -> <?php echo do_shortcode('here you should add your shortcode'); ?>
For more information about this method, please consult here -> https://developer.wordpress.org/reference/functions/do_shortcode/

Hope this helps!

Thanks for the message!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.