Zenon PROPremium WordPress Theme

Zenon PRO is a all in one wordpress theme with ability to change theme elements color, 15 fonts, 3 slider, 4 layouts & easy to use theme option panel. The Theme also includes 8 built-in widgets and 20 useful shortcodes. The theme is SEO Friendly and has plenty of user-friendly options. The theme also comes with a Full-width page, Left Sidebar Page and a Contact page Template which doesn’t require any setup. Zenon PRO is suitable for any business or personal website.

  • Hi,

    How do I change the font colour of post and pages including the preview summary lines on the blog page under title and featured image? I know I can individually change the font colour whilst posting but how to change the preview text on blogroll is the tricky part, want it black as grey is too light for my readers.

    Thanks


    • Open up stylesheet from Appearance> Editor and replace this line:

      body{ background:#f7f7f7; margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#888;}

      with this:

      body{ background:#f7f7f7; margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:13px; color:333;}


  • Is there a place to upload or change the 16 x 16 flavicon?
    Thank you


  • I dont want the site title displayed at the top of the website, but I do still want the SEO and tab display to show the site title. So when I change the site title in settings to Naturally Elevated, I don’t want it displayed at the top of the page, I do however want it displayed in the tab of a website browser. What do I change in the editor??


    • Add this to your stylesheet:

      .logo h1{display:none;}

      This will hide your logo but it will be there… hidden.


  • Is there a place to upload or change the 16 x 16 flavicon?


  • I asked on the Lite page, then bought the Pro right after and figured the same code might not apply, so I’ll ask again here. lol.

    1. On the easyslider, how can I create a rectangular shadow box, make the box a light color with black text, and can I reposition it so it is lower left corner?

    2. How can I remove the numbers beneath the slider. I tried using the code you gave me when I was fiddling with the lite version, but it didn’t work.

    3. How can I remove the copyright Nicole Hanna and center the footer?

    4. Is there a way to left-justify the titles of all the sidebar widgets? Like on my blog page, in the “Archives” widget for example, I would like the word “Archives” to be towards the left to align with the month.

    5. With the menu, how would I: make the font larger, left-align, change the font type and capitalization of parent and sub pages. And is there a way to remove the little arrows next to the parent menus that have drop downs?

    6. Are there font options for posts and pages as well? I could only find options to change colors, but I’ve been staring at the computer for thirteen hours so I’ve probably missed it. lol

    7. Is there documentation to learn how to use the new column options when creating a post or page? I just can’t seem to figure out how to implement it for some reason. Again, probably the thirteen-hour thing.

    Okay, that was a lot of questions so I’ll shut up now (well, FOR now, I should say HA!). Thanks for a wonderful theme! I’ll be playing with this thing for weeks now!


    • Oh I figured out how to remove the copyright thing in the footer, but haven’t figured out how to center. And I figured out how to change the size of the font of the main menu, but I’d like to make the font and font type different in the sub-men than on the main menu, so was wondering how I’d go about doing it. I found some code here in your responses to others but none of them seemed to work for me. Thanks!


    • Good Lord! can you send me the queries through this page:
      http://www.towfiqi.com/contact

      I will reply via email.


  • I have a question, how to remove thumbnails from Nivo Slider


    • Add this to your stylesheet:

      .nivo-controlNav{display:none;}


  • Hi! Thank you for great theme. I have a question about free version. I can’t see my footer widget. Tried on 4 different browsers. When loading it’s visible, after loading complete footer widget disappears. Haven’t seen in free features list in Zenon Options menu -> Upgrade. Is footer widget not free? Bug is still available on my website (automedia . kz).


    • it is a bug. to fix it, you will have to open up zenon.js file and remove this line:

      jQuery(‘#footer:has(.widgets ul:empty)’).hide();


  • THANK YOU VERY MUCH! I can’t believe, you’ve answered me almost instantly!


  • so I deleted the mobile.css file to get the same layout seen on most desktops on mobile phones as more than 90 percent of my visitors get on the site through mobile browsers, i came across a problem which needs fixing, due to the fact I deleted the mobile.css file each page opens up zoomed into each picture. is there a way to make the site automatically fit onto each screen size being used without having to reinstall the theme.


    • try removing this line from header.php:


  • thanks a lot man its fixed the problem. one more thing how do I set the number of post shown on a page at a time. currently showing 10 but i want 9 per page if possible


    • You can do that from Settings> Reading

Leave a Reply to Dmitry_Kiev Cancel reply

Your email address will not be published. Required fields are marked *

+ Insert website address to ensure quick efficient support
+ To post your code, wrap your code with this <pre lang="LANGUAGE" line="1"></pre>