-
AuthorSearch Results
-
September 20, 2013 at 12:35 am #163810
In reply to: Many IE8 Issues
Hi Tom,
First, IE8 can not ever have responsive support without the aid of something like responsive.js . See: http://wordpress.org/plugins/respondjs/
1. This is actually new popping up just in 2.2 but can be fixed with:
.main_menu ul:first-child > li > a { width: 100%; }3. You can try re-uploading your theme files with no plugins installed manually over FTP but the icon font does have IE8 support and viewing your site right now on IE8 natively I’m not having any issues with it.
4. This should fix the related entries issue:
.related_entries_container .attachment-square.wp-post-image { height: 100%; width: 100%; }5. The news thumb issue is odd. IE8 is not supposed to support min-width or min-height but it *is* on your site. I have no idea why or how unless you have a modernizer script running or something like that to give IE8 more css/html support than it should.
But this may fix it:
.image_size_widget .news-thumb { height: 36px; width: auto; }Ultimately using something like responsive.js and modernizer may be your best route to go if you are going to have a known IE8 audience as once IE11 is officially out IE8 will no longer be supported.
Regards,
DevinSeptember 19, 2013 at 9:30 pm #163760Topic: Many IE8 Issues
in forum Enfoldtmunz
ParticipantHey guys,
I’ve been trying to launch this website since I bought the theme months ago, but have not been able to due to my large audience of IE8 users and the numerous issues the theme has in the browser. I had been working off version 1.51 of the theme and the previous version of wordpress, so I was hoping that updating to the newest theme files and newest wordpress would fix the issues, but it did not, and actually added a new menu issue.
Here’s my website URL: http://goo.gl/jGUCw
1. Menu broken in IE8, items dropping to the next line:
http://s22.postimg.org/p7d71dz1d/Screen_Shot_2013_09_19_at_3_18_09_PM.png2. Responsiveness now broken in IE8 (It worked in version 1.51 of the theme which I was previously using), white header background disappears at certain size:
http://s22.postimg.org/8i6p8cw4h/Screen_Shot_2013_09_19_at_3_17_51_PM.png3. Entypo font broken in IE8, most icons do not show, main issue being the ‘Search’ icon (I removed all the others I had on the site due to this):
http://s22.postimg.org/p7d71dz1d/Screen_Shot_2013_09_19_at_3_18_09_PM.png4. Stretched ‘You might also like’ images:
http://s22.postimg.org/t2gl3yi75/Screen_Shot_2013_09_19_at_3_18_34_PM.png5. ‘Recent Posts’ widget images not filling image container correctly:
http://s22.postimg.org/t2gl3yi75/Screen_Shot_2013_09_19_at_3_18_34_PM.pngPlease advise!
Thanks,
TomSeptember 19, 2013 at 8:21 am #163429In reply to: logo size – ipad
Hello hairyhobo!
You can use this:
@media only screen and (min-width: 768px) and (max-width: 989px) { .logo img { height: 42px; margin-top: 15px; } .responsive .main_menu ul:first-child > li > a { padding: 0 7px; font-size: 11px; } }Best regards,
IsmaelSeptember 19, 2013 at 7:08 am #163410Hello Ismael,
I tried your solution, but not working. I made sure all thumbnails are in proper size.
This is screenshot for an image being displayed on Retina in three different methods.
http://onthe8.com/corporate/test.jpg

Main link is
260 x 185
http://www.onthe8.com/wp-content/uploads/acres.jpgRetina link is
http: (Email address hidden if logged out)
520 x 370Whole website is working properly but portfolio Grid.
Its not the thumbnail Size issue, its how its being displayed (May Be CSS), Please let developer know, Its a bug.Thanks
JasSeptember 19, 2013 at 6:01 am #163396Hey!
Like Yigit said, you need to specify which fonts or text you’re trying to change. Yes, that is the selectors for text elements. :)
Cheers!
IsmaelSeptember 19, 2013 at 5:33 am #163380Hi!
Edit functions.php, find this code:
$avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columnsReplace it with:
$avia_config['imgSize']['portfolio_small'] = array('width'=>520 'height'=>370 ); // images for portfolio 4 columnsThe image thumbnails you’re uploading as portfolio thumbnails are so small. Please upload a larger image, twice the size if possible.
Best regards,
IsmaelSeptember 19, 2013 at 5:25 am #163373In reply to: Styling Button – Gravity Forms
Hi!
This is the css code for the promo button:
body div .avia-button { border-radius: 3px; background-image: url("../images/layout/bg-button.png"); background-repeat: repeat-x; background-position: 0 0; padding: 10px; font-size: 12px; text-decoration: none; display: inline-block; border-style: solid; border-width: 1px; margin: 3px 0; line-height: 1.2em; position: relative; font-weight: 600; text-align: center; max-width: 100%; } .avia-button.avia-size-large { padding: 13px 30px; font-size: 14px; min-width: 127px; } body .avia-button.avia-color-theme-color, body .avia-button.avia-color-theme-color:hover { color: #fff; color: rgba(0, 0, 0, 0.5); text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1); } #top .main_color .avia-color-theme-color { color: red; }You can use the google chrome to inspect the Gravity Forms button then apply the css codes above. A link to your site will help.
Best regards,
IsmaelSeptember 18, 2013 at 11:09 pm #163217is this the set?
body, h1, h2, h3, h4, h5, h6, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerboxawilson3rd
ParticipantI have spent the last 4 hours trying to change the color of the tab (not the container but the background part of the tab title) using every possible combination of custom css I can find on here but nothing works. In fact, no custom css for the tabs works except for the size option, this is my last attempt:
.tab {font-size:14px !important;}
.js_active .tab_titles .tab {
background-color: #0c962b !important;
}I also tried the information on this link: https://kriesi.at/support/topic/change-tab-colors-hover-text/
Nothing seems to make any effect. So, can someone please tell me the correct css to change the following:
Background of the tab title for active and inactive tabs
Color of the font for the title for inactive and active tabs
background color of the tab content box (where the content is actually added)Also, I am not a fan of the new support layout:-( Searching takes so much longer when each message is threaded in this way – and, it seems all of my favourites have been removed.
Thanks
Andrew
September 18, 2013 at 10:27 pm #163196yes
found another post, by luck as search is less than desirable:
/* Font size */
body { font-size: 14px!important; }this of course leaves everything else untouched ie recent post size / menu sizes
it should be much easier than designedSeptember 18, 2013 at 10:22 pm #163194Hey aribann!
It depends on which fonts you would like to edit actually. You can target
bodyif you would like all fonts to have the same style.Cheers!
YigitSeptember 18, 2013 at 10:18 pm #163192Hi mhiller!
Please add following code to Quick CSS in Enfold theme options to increase the size of icons in icon list element
.avia-icon-list .iconlist_icon { font-size: 50px!important; height: 90px; width: 90px; line-height: 84px; } .avia-icon-list .iconlist-timeline { left: 49px; }You should adjust all equally
Regards,
YigitSeptember 18, 2013 at 9:23 pm #163158aribann
ParticipantPlease provide this most basic item so we know what to add to what you call quick css
September 18, 2013 at 10:58 am #162845Topic: Widget in a Text Block, Testimonial in a Textblock possible?
in forum Enfoldselvaria
ParticipantHello all
I am using the avia layout builder. Is it possible to create a border around a group of elements of the homepage?
I’m trying to make a border around the different content blocks.
Here’s the screenshot:

Please look at the sidebar: In the screenshot, on the left side, this is how the page looks like at the moment, I was able to put the button code into the Text Block, so that the border is around the text and the button. I don’t know how to do that with the news section below, same goes for the testimonial part.
This is the code I used for the address block:
<h3>selvaria GmbH</h3> Industriestrasse 135 9200 Gossau<!-- br--> Tel. +41 (0)71 511 25 61<!-- br--> Fax +41 (0)43 411 90 74<!-- br--> (Email address hidden if logged out) <!-- br--> MwSt.-Nr. 780 704 <a class="avia-button avia-icon_select-yes avia-color-theme-color avia-size-small avia-position-right " href="http://www.selvaria.ch/infos/anfahrtsplan/"><span class="avia_button_icon avia-font-entypo-fontello"></span><span class="avia_iconbox_title">Anfahrtsplan</span></a> It should look like the screenshot on the right side.
http://www.selvaria.chThank you
-
This topic was modified 12 years, 7 months ago by
selvaria.
September 18, 2013 at 3:28 am #162661In reply to: Schriftgröße
Hey,
You can add something like this on your Quick CSS:
body, body p { font-size: 16px; }Regards,
IsmaelSeptember 18, 2013 at 2:35 am #162642Scott Beyer
ParticipantThis seems very odd. I am assembling a test site using Enfold, and I have created a page that contains a Blog Posts element — I want to use this in place of the stock blog category page for displaying news posts.
http://test.cice-education.org/news/
This page begins with a Text Block, followed by a Blog Posts element. The text in the Blog Posts element is not just larger, it is not at all as crisp as the other text on the page. And when I compare it to the page containing the actual blog post, the difference is also apparent.
http://test.cice-education.org/2013/09/china-tours-summer-2013/
Out of curiosity, I added CSS to reduce the font size for the contents of the Blog Posts element .template-blog .entry-content. But reducing the text size did not make it crisp to match the other text.
Any ideas? When I viewed the pages in Firefox and Chrome, the text seemed uniformly clear readable. Very strange.
September 18, 2013 at 1:29 am #162631In reply to: Styling Button – Gravity Forms
Hi,
You should add following code to Quick CSS
.av_promobox .avia-button { background-image: none; font-size: 13px; font-weight: normal; transition: background 0.5s; -webkit-transition: background 0.5s; } .av_promobox .avia-button:hover { background-color:blue; border-color: #88bbc8; transition: background 0.5s; -webkit-transition: background 0.5s; transition: border-color 0.5s; -webkit-transition: border-color 0.5s; }Regards,
YigitHi Fabiana,
Please add following code to decrease the font-size and center the icon
.avia-icon-list .iconlist_icon { line-height: 25px!important; font-size: 20px!important; }
Can you post a screenshot showing how you would like to align the text? You can use http://imgur.com/Regards,
YigitSeptember 17, 2013 at 7:43 pm #162426In reply to: HEADER MENU NEEDS TO "STAND OUT"
Hi Voicepro,
You can increase font size and change text color by adding following code to Quick CSS in Enfold theme options under Styling
.sub_menu { font-size: 13px; }
.sub_menu>ul>li>a { color: red!important; }
I hope that helps youRegards,
YigitSeptember 17, 2013 at 5:45 pm #162342In reply to: Styling Button – Gravity Forms
Hi Alex,
This CSS will do it:
.av_promobox .avia-button { background-image: none; font-size: 13px; font-weight: normal; }Regards,
JosueSeptember 17, 2013 at 3:31 pm #162295Topic: HEADER MENU NEEDS TO "STAND OUT"
in forum Enfoldvoicepro
ParticipantHello. My client http://shinecharlotte.com wants the VERY TOP HEADER TABS, “Book Appointment” and “Gift Certificates” to really STAND OUT. They wanted it “in a box to be more easily seen.”
I have NO idea how to do such.
Would it be possible to either (a) ENLARGE the font to somewhere between the current size of the phone number and a bit larger, or (b) create some sort of BORDER that would make it “pop” ?
I tried making the BACKGROUND a different color, but the “secondary color” of the current site — yellow — was TOO DISTRACTING.
Thank you!
voicepro
http://shinecharlotte.comSeptember 17, 2013 at 10:46 am #162177Hi Peter,
I was hoping that after the conversion, it would become something small in size. But I agree with what you just said.
So I will stick with the default fonts.
Thank you again for spending your time answering my question and writing me detailed instructions. I really appreciate it!
Thank you,
September 17, 2013 at 10:41 am #162174Tbh it makes no sense to use a custom font if the file size of the font file is 14mb. It probably takes 1 – 3 minutes for the browser to download the font file and the user won’t notice the font anyway because he probably leaves the webpage before the browser can load the custom font & replace the default font with your 14mb font. In addition it will slow down the website loading time and the user will see an ugly “text flash” when the 14mb font is loaded. Especially users with mobile devices and slow internet connections will leave your website because of the long loading times. If your font file is bigger than 500kb I strongly suggest to stick with the default web safe fonts (see http://www.kendraschaefer.com/2012/06/chinese-standard-web-fonts-the-ultimate-guide-to-css-font-family-declarations-for-web-design-in-simplified-chinese/ ). I also found this article: http://www.wiliam.com.au/wiliam-blog/web-design-sydney-chinese-web-fonts – maybe you can use the justfont service instead of font face fonts to embed a custom font.
September 17, 2013 at 7:53 am #162117In reply to: Header, Title/bread crumbs CS
For item #3 I found a solution that alters only the Title text font and color and doesn’t affect the breadcrumb links on the right side.
This may not work for your site. I’m using “Fixed header with Social Icons and additional navigation” for my header.
For title text color add to Custom CSS or Quick CSS
#top .alternate_color.title_container .main-title a { color: #CCC; }
change the color # to whatever value you would like.For title text font attributes add to Custom CSS or Quick CSS
#top .title_container .main-title { font-size: 16px; font-weight: bold; }
change these values to whatever you would like–the font-size affects the size of the breadcrumbs box.Good luck,
ChadSeptember 17, 2013 at 2:46 am #162021In reply to: Header, Title/bread crumbs CS
Hi,
1. This will change the height without affecting the dropdowns:
#top .main_menu .menu > li > a, #header_main .container{ height: 65px !important; line-height: 65px !important}2. This one will change the color of the current-menu-item to red:
#top .main_menu .current-menu-item > a{ color: red}3. And this will change the color/size of the text and links inside the breadcrumb container respectively.
.breadcrumbs span{ color: red !important; font-size: 21px !important; }
.breadcrumbs a{ color: blue !important; font-size: 21px !important; }Regards,
JosueSeptember 16, 2013 at 6:30 pm #161811In reply to: Kriesi Logo
Hi,
Here’s the code that makes that behavior happen:
#top .subtext{float:left; position: relative;} #top .logo img{float:left;} .logo, .logo a{overflow: visible;} #top .logo-title{ transition: opacity 0.4s ease-out; -moz-transition: opacity 0.4s ease-out; -webkit-transition: opacity 0.4s ease-out; -o-transition: opacity 0.4s ease-out; font-size: 12px; color: #000; position: absolute; left:7px; top:-7px; opacity: 1; white-space: nowrap; } #top .logo-subtitle{ color: #aaa; top:7px; } #top .header-scrolled .logo-title{ opacity: 0; filter: alpha(opacity=0); }However, i think you also need to alter the HTML.
Regards,
Josue-
This reply was modified 12 years, 7 months ago by
Josue.
September 16, 2013 at 6:26 pm #161805In reply to: Enfold theme not loaded properly in Firefox
Hi Yigit,
.container_wrap {
clear: both;
position: relative;
z-index: 1;
border-top-style: solid;
border-top-width: 0px;
}.main_color h2 {
color: #0075ad;
}.main_color h4 {
color: #0075ad;
}.main_color .widget_nav_menu ul:first-child>.current-menu-item, .main_color .widget_nav_menu ul:first-child>.current_page_item {
background: #ffffff;
}.widget_nav_menu ul:first-child>.current-menu-item, .widget_nav_menu ul:first-child>.current_page_item {
padding-left: 51px;
left: -51px;
top: 1px;
margin-top: -1px;
padding-top: 1px;
width: 100%;
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}.header_color .main_menu ul:first-child > li > a {
color: #a1c0dd;
}.main_menu .menu ul li a {
background-color: #0076ad;
color: #a1c0dd;
}.header_color .main_menu .menu ul li a {
background-color: #0076ad;
color: #a1c0dd;
}#top .header_color .main_menu .menu ul .current_page_item > a, #top .header_color .main_menu .menu ul .current-menu-item > a {
color: #ffffff;
}body .alignright {
float: right;
margin: 4px 0px 0px 20px;
display: block;
}embed {
margin: 0px 0px 0px 20px;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}Best regards,
Pieterjan
September 16, 2013 at 11:20 am #161639In reply to: Vimeao video autoplay in LayerSlider
For help, here is the HTML code with a strange ‘autoPlayVideos : true’ … and as you can see my iframe with “autoplay=0″.
Thanks for help.
<div id=’layer_slider_1′ class=’avia-layerslider main_color avia-shadow avia-builder-el-0 avia-builder-el-first container_wrap fullsize’ style=’height: 351px;’ ><script type=”text/javascript”>var lsjQuery = jQuery;</script><script type=”text/javascript”>
lsjQuery(document).ready(function() {
if(typeof lsjQuery.fn.layerSlider == “undefined”) { lsShowNotice(‘layerslider_3′,’jquery’); }
else if(typeof lsjQuery.transit == “undefined” || typeof lsjQuery.transit.modifiedForLayerSlider == “undefined”) { lsShowNotice(‘layerslider_3’, ‘transit’); }
else {
lsjQuery(“#layerslider_3″).layerSlider({
width : ‘100%’,
height : ‘350px’,
responsive : true,
responsiveUnder : 1140,
sublayerContainer : 1140,
autoStart : true,
pauseOnHover : false,
firstLayer : 1,
animateFirstLayer : true,
randomSlideshow : false,
twoWaySlideshow : true,
loops : 0,
forceLoopNum : true,
autoPlayVideos : true,
autoPauseSlideshow : ‘auto’,
youtubePreview : ‘maxresdefault.jpg’,
keybNav : true,
touchNav : true,
skin : ‘fullwidth’,
skinsPath : ‘http://www-test.mines-telecom.fr/wp-content/themes/enfold/config-layerslider/LayerSlider/skins/’,
globalBGColor : ‘transparent’,
navPrevNext : true,
navStartStop : true,
navButtons : true,
hoverPrevNext : true,
hoverBottomNav : false,
showBarTimer : false,
showCircleTimer : true,
thumbnailNavigation : ‘disabled’,
tnWidth : 100,
tnHeight : 60,
tnContainerWidth : ‘60%’,
tnActiveOpacity : 35,
tnInactiveOpacity : 100,
imgPreload : true,
yourLogo : false,
yourLogoStyle : ‘left: 10px; top: 10px;’,
yourLogoLink : false,
yourLogoTarget : ‘_self’,
cbInit : function(element) { },
cbStart : function(data) { },
cbStop : function(data) { },
cbPause : function(data) { },
cbAnimStart : function(data) { },
cbAnimStop : function(data) { },
cbPrev : function(data) { },
cbNext : function(data) { }
});
}
});
</script><div class=”ls-wp-fullwidth-container”><div class=”ls-wp-fullwidth-helper”><div id=”layerslider_3″ class=”ls-wp-container” style=”width: 100%; height: 350px; margin: 0px auto; “><div class=”ls-layer” style=”slidedirection: right; slidedelay: 13000; durationin: 1500; durationout: 1500; easingin: easeInOutQuint; easingout: easeInOutQuint; delayin: 0; delayout: 0; timeshift: 0; transition2d: all; “>
<h1 class=”ls-s-1″ style=”position: absolute; top:80px; left: 300px; slidedirection : top; durationin : 1000; durationout : 1000; easingin : easeInOutQuint; easingout : easeInOutQuint; delayin : 1000; delayout : 0; showuntil : 0; font-size:45px; font-weight:normal; line-height:1.25; text-shadow:0 1px 1px rgba(0,0,0,.7); padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; color: #ffffff; white-space: nowrap;”> Former </h1>
<h1 class=”ls-s-1″ style=”position: absolute; top:150px; left: 350px; slidedirection : bottom; durationin : 1000; durationout : 1000; easingin : easeInOutQuint; easingout : easeInOutQuint; delayin : 5000; delayout : 0; showuntil : 0; font-size:45px; font-weight:normal; line-height:1.25; color:#fff; text-shadow:0 1px 1px rgba(0,0,0,.7); white-space: nowrap;”> Innover </h1>
<h1 class=”ls-s-1″ style=”position: absolute; top:210px; left: 410px; slidedirection : right; durationin : 1000; durationout : 1000; easingin : easeInOutQuint; easingout : easeInOutQuint; delayin : 9000; delayout : 0; showuntil : 0; font-size:45px; font-weight:normal; line-height:1.25; color:#fff; text-shadow:0 1px 1px rgba(0,0,0,.7); white-space: nowrap;”> Créer </h1>
</div><div class=”ls-layer” style=”slidedirection: right; slidedelay: 4000; durationin: 1500; durationout: 1500; easingin: easeInOutQuint; easingout: easeInOutQuint; delayin: 0; delayout: 0; timeshift: 0; transition2d: all; “>
<p class=”ls-s-1″ style=”position: absolute; top:10px; left: 50px; durationin : 1000; durationout : 1000; easingin : easeInOutQuint; easingout : easeInOutQuint; delayin : 0; delayout : 0; showuntil : 0; font-size:200px; opacity:0.2; text-align:right; white-space: nowrap;”> #1 </p><p class=”ls-s-1″ style=”position: absolute; top:90px; left: 100px; slidedirection : top; durationin : 1000; durationout : 1000; easingin : easeInOutQuint; easingout : easeInOutQuint; delayin : 1000; delayout : 0; showuntil : 0; font-size:50px; font-weight:normal; line-height:1.25; color:#fff; text-shadow:0 1px 1px rgba(0,0,0,.7); text-align:right; width: 350px; white-space: nowrap;”> Premier </p><p class=”ls-s-1″ style=”position: absolute; top:150px; left: 100px; slidedirection : bottom; durationin : 1000; durationout : 1000; easingin : easeInOutQuint; easingout : easeInOutQuint; delayin : 1000; delayout : 0; showuntil : 0; font-size:30px; color:#fff; text-shadow:0 1px 1px rgba(0,0,0,.7); text-align:right; width: 350px; line-height: 36px; “> groupe de grandes écoles d’ingénieurs et de managers en France </p><div class=”ls-s-1″ style=”position: absolute; top:15px; left: 550px; durationin : 1000; durationout : 1000; easingin : easeInOutQuint; easingout : easeInOutQuint; delayin : 2000; delayout : 0; showuntil : 0; z-index:10; white-space: nowrap;”> <iframe src=”http://player.vimeo.com/video/39412670?title=0&byline=0&portrait=0&color=c3512f&autoplay=0″ width=”515″ height=”289″ frameborder=”0″ webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe> </div></div></div></div></div></div><div id=’after_layer_slider_1′ class=’main_color container_wrap fullsize’ ><div class=’container’><div class=’template-page content twelve alpha units’><div class=’post-entry post-entry-type-page post-entry-734′><div class=’entry-content-wrapper clearfix’>
<div class=”flex_column av_one_third first avia-builder-el-1 el_after_av_layerslider avia-builder-el-first “>
<div class=”iconbox iconbox_left avia-builder-el-2 avia-builder-el-first “><div class=”iconbox_content”><div class=”iconbox_icon heading-color avia-font-entypo-fontello”>📖</div><h3 class=”iconbox_content_title”>A la une</h3><p>Click here to add your own text</p>
</div></div>September 16, 2013 at 10:55 am #161629In reply to: How to adjust font size in widget?
Hi,
Glad you figured it out :) Let us know if you have any other questions
Regards,
YigitSeptember 16, 2013 at 10:03 am #161605Hi Peter,
Thank you for the detailed instructions.
I tried to upload the font but it complained it was too big to upload. The font is about 14Mb in size. Is there another way to do it?
Thank you,
-
This topic was modified 12 years, 7 months ago by
-
AuthorSearch Results
-
Search Results
-
Topic: Many IE8 Issues
Topic: Tab Color
I have spent the last 4 hours trying to change the color of the tab (not the container but the background part of the tab title) using every possible combination of custom css I can find on here but nothing works. In fact, no custom css for the tabs works except for the size option, this is my last attempt:
.tab {font-size:14px !important;}
.js_active .tab_titles .tab {
background-color: #0c962b !important;
}I also tried the information on this link: https://kriesi.at/support/topic/change-tab-colors-hover-text/
Nothing seems to make any effect. So, can someone please tell me the correct css to change the following:
Background of the tab title for active and inactive tabs
Color of the font for the title for inactive and active tabs
background color of the tab content box (where the content is actually added)Also, I am not a fan of the new support layout:-( Searching takes so much longer when each message is threaded in this way – and, it seems all of my favourites have been removed.
Thanks
Andrew
Please provide this most basic item so we know what to add to what you call quick css
This seems very odd. I am assembling a test site using Enfold, and I have created a page that contains a Blog Posts element — I want to use this in place of the stock blog category page for displaying news posts.
http://test.cice-education.org/news/
This page begins with a Text Block, followed by a Blog Posts element. The text in the Blog Posts element is not just larger, it is not at all as crisp as the other text on the page. And when I compare it to the page containing the actual blog post, the difference is also apparent.
http://test.cice-education.org/2013/09/china-tours-summer-2013/
Out of curiosity, I added CSS to reduce the font size for the contents of the Blog Posts element .template-blog .entry-content. But reducing the text size did not make it crisp to match the other text.
Any ideas? When I viewed the pages in Firefox and Chrome, the text seemed uniformly clear readable. Very strange.
Hello. My client http://shinecharlotte.com wants the VERY TOP HEADER TABS, “Book Appointment” and “Gift Certificates” to really STAND OUT. They wanted it “in a box to be more easily seen.”
I have NO idea how to do such.
Would it be possible to either (a) ENLARGE the font to somewhere between the current size of the phone number and a bit larger, or (b) create some sort of BORDER that would make it “pop” ?
I tried making the BACKGROUND a different color, but the “secondary color” of the current site — yellow — was TOO DISTRACTING.
Thank you!
voicepro
http://shinecharlotte.com
