Special Offer: Buy All 45 Premium WordPress Themes for Just $51. Learn more

Remove Mobile (Burger) Menu

No Comments
remove-mobile-menu

In case you use a plugin for mobile (burger) menu such as WP Mobile Menu, you may want to hide/remove the theme default menu under mobile/tablet portrait screens (screenshot above). Here are all of the necessary steps how it can be done:

  1. Login to Your Admin Panel
  2. Navigate to Left Menu -> Appearance -> Customize -> ‘Additional CSS’ Section
  3. Insert the following code there:
    @media screen and (max-width: 799px) {#navmain {display:none;}
    }

    Note: The above code will hide menu for screens with width less than 799px. You may change it to other value if you prefer (the value marked in bold above).

  4. Save changes

Read More

Categories: Uncategorized

How to Change Title Font Size of Recent Posts Slider Widget Items

No Comments
recent-posts-slider-widget

The Recent Posts Slider Widget (screenshot above) is included in all our Premium themes. It allows you to insert a slider with recent posts of your website. You can easily use it, just login to your Admin Panel, navigate to Left Menu -> Appearance -> Widgets -> then add ‘Recent Posts Slider Widget’ into some of the Widget areas such as Homepage Above Columns, Homepage Column #1, Homepage Below Columns, Sidebar Widget Area, etc:

recent-posts-slider-widget-admin

By the default title of the items is same as blog titles from index page. In case you need to change the widget items titles, it will require a small code change, here are all of the necessary steps:

  1. Login to your Admin Panel
  2. Navigate to Left Menu -> Appearance -> Customize -> Additional CSS
  3. Insert the following code there:.jcarousel-item h1.entry-title {
    font-size: 16px;
    }Please Note: You can change the font size value above (marked in bold) with other value.
  4. Save changes

Alternatively, you can insert the above code into style.css (Navigate to Admin Panel -> Left Menu -> Appearance -> Editor, open style.css scroll down and insert the code).

Read More

Categories: Uncategorized

Embed Vimeo Video Mute by Default

No Comments

All of our Premium WordPress themes include’Display Vimeo Video’ widget which allows you to embed Vimeo videos in your website.

When you play the embed video the sound is enabled by default. In some cases you may want to disable the sound by default. Here are instructions how it can be done:

Read More

Categories: Help

Special Offer: Buy 45 Premium WordPress Themes for Just $51

 

Special Offer buy 45 premium wordpress themes for just $51 ayatemplates.com
More Info

Newsletter Subsription



This will close in 10 seconds