-
Search Results
-
I looked high and low trying to find a font resizer that worked and one I could make work without a lot of major coding on my part. I figured I would share it here n case it could help others looking for the same.
I looked all over Google and here as well. I finally found a plugin that worked and an easy way to make it work with Enfold, here is what I did:
1. I installed the free version to test it. https://wordpress.org/plugins/zoom-widget/
2. Installed it and Enfold > Header > Extra Elements > Header Phone Number/Extra Info > Display in top bar at the right
3. Placed this: [Web-Dorado_Zoom] in Phone Number or small info text
4. Went to plugin settings and played with it to see that it worked on my website.
5. Went to there website and purchased the full version for $20: https://web-dorado.com/products/wordpress-zoom.html
6. Went back to the settings of the plugin and adjusted it how I wanted it (free version limits you on settings).
This plugin works great and is worth the $20 simply because I don’t have to deal with this anymore. it is a good plugin, I just wanted something to do the job and it does.
Hopefully this helps somebody looking for a font resizer.
Special thanks to Josue for mentioning the plugin here:
Main navigation area larger.
I made the fonts larger and now I can’t figure out how to make the general space they are in larger.
I can get it larger by adding this code but then the area above it gets affected, the logo is smaller and I lose the margins:
#header_main .container, .main_menu ul:first-child > li a, .logo img, .logo a {
height: 75px !important;
line-height: 75px !important;
max-height: none !important;
}I like how the navigation menu looks though when I use the code, I just don’t like how it messes up the rest of the area.
ALSO:
I would like the blue that is the background for the menu items to go all the way across, 100% of the width of the menu.
I have the header Size set to large in Enfold and used the following code in the area to make the existing changes:
.html_header_top.html_logo_center .logo {
left: 0;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
transform: none;
}#top .social_bookmarks {
height: 50px;
}#top .social_bookmarks li {
width: 50px;
}#top .social_bookmarks li a {
font-size: 30px;
line-height: 50px;
min-height: 50px;
text-align: center;
width: 50px;
}I am stuck at this point and can’t figure out how to get any further.
Thank you for your help.
Recap:
I want the blue navigation bar to be larger and to be blue 100% of the bar width.
Thanks.
Topic: change blog container width
Hello,
Was wondering how I can change the container width for only blog entry posts so I can accommodate the floating social bar on the left. See this page http://www.iveyengineering.com/simple-tips-make-home-green/. I would like to keep the sidebar the same width as you see it.
Also, could you provide the quick CSS code so I can change the color and font size of the blog headlines (not page headlines). Thanks!
Lisa
Hello,
I’ve used rather large font-size in my theme, set via “advanced styling” dasboard. Now, the large fonts will not resize on mobile etc. resulting in text getting cut, how to fix? :)
Topic: Error when updating theme
Hi,
I get this error when I try to update Enfold on http://www.santamonicahotelbooking.com
What do you think is wrong? I have added a login for you.Thanks
CharlotteDownloading update from https://s3.amazonaws.com/marketplace-downloads.envato.com/files/140862862/enfold.zip?AWSAccessKeyId=AKIAJYG5ROGJ6X7Z3M6Q&Expires=1437053983&Signature=cj%2FOKMCR7A3KbkmC2PkQqNaFgZY%3D&response-content-disposition=attachment%3B+filename%3Dthemeforest-4519990-enfold-responsive-multipurpose-theme-wordpress_theme.zip…
Unpacking the update…
Installing the latest version…
Removing the old version of the theme…
Theme update failed.Attention: We detected some custom styling rules in your custom.css file but could not restore it. Please open the file yourself and add the following content:
/* Have fun adding your style here :) – PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( *//* General Custom CSS */
/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */@media only screen and (min-width: 768px) {
/* Add your Desktop Styles here */}
/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */}
.av-inner-masonry, .av-inner-masonry * {
transform: none !important;
transition: none 0s ease 0s !important;
}
.av-masonry-date { display: none !important; }#top .social_bookmarks {
font-size: 17px !important;
}
#main {
font-size: 14px !important;
}Hi Genius’, the Events Calendar monthly overview uses h3 from the main theme but I need to give it an individual font size smaller. I’ve bugged the css style which is…
#top #wrap_all .main_color h3 {
font-size: 20px;
}
Could you tell me what I would add to the quick style css so the calendar has its own h3 with font-size: 12px? Thanks a million!

