-
AuthorSearch Results
-
December 3, 2013 at 12:39 am #195582
In reply to: The grey line under Header removal
I should have asked this with the last question but How do you change the size of the font in header? Like if I wanted Home or any of those Menu buttons to be bigger. I see I can change font type and color in styling. Thanks again for all you guys help. Enfold is by far the best purchase I’ve made involving wordpress!
-
This reply was modified 12 years, 3 months ago by
Barabbas.
December 2, 2013 at 9:46 pm #195494In reply to: Table styling
Hey!
To alter the styles:
/* This will make the table red */ .wpcf7 table { background: red !important; } /* This will make the second row blue */ .wpcf7 table tr:nth-child(2){ background: blue !important; } /* This will make the forth row orange */ .wpcf7 table tr:nth-child(4){ background: orange !important; } /* This will set a padding of 5px for all the table cells */ .wpcf7 table td{ padding: 5px; } .wpcf7 table *{ font-size: 12px; /* This will set a 12px font size */ font-family: serif; /* This will set the font-family to serif */ background: transparent !important; }Regarding making it responsive, that won’t be possible using conventional tables, however you could use Advanced Layout Builder tables for that.
Cheers,
JosueDecember 2, 2013 at 5:05 pm #195334In reply to: Larger font size in top navigation menu bar
Hi!
You are welcome! Let us know if you have any other issues or questions
Best regards,
YigitDecember 2, 2013 at 5:03 pm #195330In reply to: Larger font size in top navigation menu bar
Got it thanks
December 2, 2013 at 5:01 pm #195329In reply to: Larger font size in top navigation menu bar
Dear Yigit: how can i remove the previous code, Pardont for ignorance. Thanks
December 2, 2013 at 4:59 pm #195328In reply to: Larger font size in top navigation menu bar
Hey!
Please remove the code you used for increasing the font size and use following code instead
.main_menu ul:first-child > li > a { font-size: 14px; }Cheers!
YigitDecember 2, 2013 at 4:56 pm #195326In reply to: Larger font size in top navigation menu bar
Dear Yigit: Same issue.
Just increased font size for the main menu. But wants to keep my sub menus to regular size. For your information. http://www.jaewoonlaw.com.
kindly let me know.December 2, 2013 at 3:45 pm #195292In reply to: Header in different colors and portfolio image size
Hi!
Please add following codes to Quick CSS as well
1)@media only screen and (max-width: 480px) { .responsive .logo { height: 45px; }}2)
.bok { margin-right: 50px; }3) Can you elaborate? If you mean “Direkt Kontakt” button it does link to your contact page on my end
4).avia-menu-fx { display: none; }5) You can add additional line breaks and you should achieve the look you want
6) You can increase font size manually as shown here http://i.imgur.com/XDCX9mF.jpg please make sure to be on text tab
Regards,
YigitDecember 2, 2013 at 11:19 am #195242Topic: Button does not open contents in new window
in forum EnfoldPPCHound
ParticipantHi,
Inserting a button into a page/post and requesting it to open in a new window fails to do so. The contents are opened in the SAME window.Anyone else getting this? Is there a fix?
kindest regards,
PPCHound.
Button code:[av_button label='Click Here' link='page,127' link_target='_blank' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='small' position='left' icon_select='yes' icon='ue81f' font='entypo-fontello']December 2, 2013 at 6:24 am #195197In reply to: Eliminate Space between Header and Layer Slider
I don’t have a lot of coding experience. I’m trying to use the Style Tab provided within the Layer Slider interface. When I try to change the font color via the Custom Style CSS setting, it does not like what I am entering and throws everything off. My settings are currently thus:
Custom HTML Content: <p style=”text-align: center;”> Outsourced <br>General<br>Counsel<br>
</p>All 4 Borders: 1px solid#ff770
Font: Sans-serif
Size: 40
Color: #3083f0
Line-Height: 40
Thanks for the help!
December 2, 2013 at 4:29 am #195167Hi Ismael
Thanks for your early reply.
I did not set responsive layout.
The width of image looks correct, but the width of text does not correct.

[My custom CSS is below]
/*나눔고딕 웹폰트 적용*/
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox, #top select, #lang_sel, .gm-style div {
font-family: ‘Nanum Gothic’, Open Sans, ‘HelveticaNeue’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif;
}/*archive 등등의 폰트*/
#top .input-text, #top input[type=”text”], #top input[type=”input”], #top input[type=”password”], #top input[type=”email”], #top input[type=”number”], #top input[type=”url”], #top input[type=”tel”], #top input[type=”search”], #top input[type=”file”],#top textarea {
font-family: ‘Nanum Gothic’, Open Sans, ‘HelveticaNeue’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif;
font-size: 12px;
}#top input[type=”submit”] {
text-transform: uppercase;
}/*body background-color*/
#main, .html_stretched #wrap_all {
background-color: #ffffff;
}/*헤더 좌우 그림자 안보이게*/
.boxed#top {
overflow: hidden;
}/* 헤더메인로고 사이즈 및 위치 */
.logo img {
padding: 0px 0px;
display: block;
width: auto;
height: auto;
max-height: 74px;
hack: fixes ie8 logo;
}/* 뉴스보기화면 좌측상단 특성이미지크기*/
.single-post .single-small.with-slider .small-preview {
width: 80px;
height: 80px;}/* 헤더높이와 메뉴위치*/
#header_main .container, .main_menu ul:first-child > li > a {
height: 90px !important;
line-height: 90px !important;
}
html.fixed_header #main {
padding-top: 120px;
}
.main_menu {
margin-right:-13px;
}/*헤더디자인 ————————————–*/
#header {
margin-bottom: -10px;
}.header_color .header_bg {
background: transparent url(http://interpeople.co.kr/wp/wp-content/uploads/2013/11/shadow_below.png) bottom center no-repeat scroll;
}#header_main {
border-width:0px;
padding-top: 5px;
padding-bottom: 10px;
}#header_meta {
background-color: transparent !important;
padding-bottom: 3px;
padding-top: 8px;
}#top .social_bookmarks {
height: 30px;
z-index: 150;
-webkit-backface-visibility: hidden;
margin: 0 0 0 -9px;
/*background-color: white;*/
border-radius: 3px;
}/*——————————————-*/
/*풀다운 서브메뉴 바탕색*/
.header_color .main_menu .menu ul li a {
background-color:#ffffff;
}/* 메인메뉴폰트*/
.main_menu ul:first-child > li > a {
display: block;
text-decoration: none;
padding: 0 13px;
font-weight: 600;
font-size: 16px;
}/*메뉴하단 선택바 위치*/
.avia-menu-fx {
bottom: -1px;
}/*메뉴하단 선택바 화살표*/
.avia-menu-fx .avia-arrow-wrap {
display: block;
}/*토글탑메뉴색상*/
#advanced_menu_toggle, #advanced_menu_hide {
background-color: #FFFFFF;
color: #333333;
border-color: #B4B4B4;
}/*탑메뉴바 검색없애기*/
#top #menu-item-search {
z-index: 100;
display: none;
}/*최상단 소셜 서브메뉴 높이와 색상*/
#header_meta {
border-width: 0px;
box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
z-index: 400;
min-height: 32px;
background-color: #999999;
}
/*최상단 sub메뉴 우측공간*/
.sub_menu {
right: 0px;
}/*최상단 sub메뉴 폰트*/
.header_color .sub_menu>ul>li>a {
color: #333333;
font-size: 12px;
font-weight: normal;
}
.header_color .sub_menu ul:first-child > li.current-menu-item > a {
color: #333333;
font-weight: 800
}.mapp-layout {
margin: 0px;
padding: 0px;
}/*최상단 소셜 아이콘 안보이게*/
#top .social_bookmarks li a,
#top .social_bookmarks li {
display: none;
}
.responsive #header_meta .social_bookmarks li {
visibility: hidden;
}/*AJAX포트폴리오 제목 하단*/
.portfolio-preview-title {
margin-bottom: 30px;
}/*헤더 네비——————————-*/
/*헤더 네비 안보이게*/
#main .title_container {
display:none;
}/*헤더 네비 you are here 안보이게*/
.breadcrumb-title {
visibility: hidden;
}/*헤더 네비 Archive for category 안보이게*/
.title_container .main-title {
visibility: hidden;
}/*헤더 네비 높이*/
#top .title_container .container {
padding: 0px 0;
min-height: 36px;
}/*헤더 네비 위치*/
.title_container .breadcrumb {
top: 70%;
}
/*———————————————–*//*포스트 제목 밑의 카테고리와 작성자 안보이게*/
span.blog-author.minor-meta {
display: none;
}/*사용후기 제목*/
.main_color .first-quote {
color: #222222;
}
blockquote {
font-weight: 700;
}/*사용후기 페이지에서*/
.avia_button_icon {
color: #ffffff;
}
.avia_iconbox_title {
color: #ffffff;
}/*promobox margin*/
.av_promobox {
margin: 10px 0;
}/*레이어슬라이더 스톱버튼 위치*/
#top .ls-nav-start, #top .ls-nav-stop {
top: -50px;
}/*drop shadow—-text block—-폴리몰리메인———-*/
#pollimolli_submenu_1 .avia_textblock
{
position: relative;
width: 100%;
background: #fafafa;
-moz-border-radius: 0px;
border-radius: 0px;
padding: 1.3em;
color: rgba(0,0,0, .8);
text-shadow: 0 1px 0 #fff;
line-height: 1.3;
margin: 0px auto;
-webkit-perspective: 0;
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}#pollimolli_submenu_1 .avia_textblock:before, #pollimolli_submenu_1 .avia_textblock:after
{
z-index: -1;
position: absolute;
content: “”;
bottom: 15px;
left: 10px;
width: 46%;
top: 80%;
max-width:300px;
background: rgba(0, 0, 0, 0.7);
-webkit-box-shadow: 0 15px 15px rgba(0,0,0, 0.7);
-moz-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.7);
box-shadow: 0 15px 15px rgba(0, 0, 0, 0.7);
-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
-o-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
transform: rotate(-3deg);
}#pollimolli_submenu_1 .avia_textblock:after
{
-webkit-transform: rotate(3deg);
-moz-transform: rotate(3deg);
-o-transform: rotate(3deg);
-ms-transform: rotate(3deg);
transform: rotate(3deg);
right: 10px;
left: auto;
}/*—————————————–*/
/*drop shadow——-portfolio grid————————–*/
.grid-image
{
position: relative;
width: 100%;
background: #ffffff;
-moz-border-radius: 0px;
border-radius: 0px;
padding: 0em;
color: rgba(0,0,0, .8);
/!–text-shadow: 0 1px 0 #fff;–/
line-height: 1.3;
margin: 0px auto;
-webkit-perspective: 0;
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}.grid-image:before, .grid-image:after
{
z-index: -1;
position: absolute;
content: “”;
bottom: 15px;
left: 10px;
width: 50%;
top: 80%;
max-width:300px;
background: rgba(0, 0, 0, 0.7);
-webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.5);
-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
-o-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
transform: rotate(-3deg);
}.grid-image:after
{
-webkit-transform: rotate(3deg);
-moz-transform: rotate(3deg);
-o-transform: rotate(3deg);
-ms-transform: rotate(3deg);
transform: rotate(3deg);
right: 10px;
left: auto;
}
/*————————————————–*//*shadow——-why폴리몰리———-*/
.page-id-4558 .avia_image{
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}/* 포트폴리오 그리드 하단 에로우 및 배경*/
#av_section_1 .avia-arrow {
visibility: hidden;
}/* 포트폴리오 그리드 하단 제목 배경*/
.main_color .grid-content, .main_color .grid-entry-title, .grid-entry .main_color .avia-arrow {
background-color: transparent;
}/* 포트폴리오 타이틀 배경*/
.grid-entry .inner-entry {
background-color: transparent;
}/*————————————————————————————————–*/
/* 포트폴리오 그리드 하단 제목 폰트*/
.grid-entry-title .grid-entry-excerpt {
font-size: 12px;
margin: 0;
padding: 0;
font-weight: normal;
text-align: ;
}/* 포트폴리오 그리드 배열 및 그림자*/
.grid-entry .inner-entry {
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 10px;
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.4);
position: relative;
}/* 포트폴리오 그리드 하단 패딩*/
.grid-content {
padding: 11px;
position: relative;
}/*카테고리 필터링————————————–*/
#js_sort_items a {
display: block;
float: left;
text-decoration: none;
background-color: #666666;
border-radius: 2px;
padding-left: 5px;
padding-right: 5px;
text-shadow: 0 0px 0 rgba(255, 255, 255, 0.1);}
/*카테고리 필터링 텍스트 색상*/
.alternate_color #js_sort_items a, .main_color #js_sort_items a {
color: #ffffff;
font-size: 12px;
font-weight: normal;
}/*카테고리 필터링 텍스트 색상_hover*/
.alternate_color #js_sort_items a:hover, .main_color #js_sort_items a:hover {
color: #e1e1e1;
}/*카테고리 필터링 텍스트 색상_active*/
.alternate_color #js_sort_items a.active_sort, .main_color #js_sort_items a.active_sort {
color: #ffffff;
background-color: #a81010;
}/*카테고리 필터링 슬러시 안보이게*/
#js_sort_items .text-sep {
padding: 0 1px;
visibility: hidden;
}
/*——————————————————–*//*pollimolli 페이지에서 글자가 사진 밑으로 안들어가게*/
.pollimolli_submenu_1 p {
overflow: hidden;
}/*pollimolli 페이지에서 */
#pollimolli_submenu_1 {
border-width:1px;
}/*pollimolli 메인페이지 서브메뉴—————————– */
#pollimolli_submenu_2 {
min-height: 50px;
text-align: center;
border-width:0px;
}#pollimolli_submenu_2 .entry-content a:hover {
opacity: 0.7;
}
/*——————————————————–*/.page-id-2554 .entry-content li {
margin-left: 0em;
padding: 30px 0;
}/*rss 위젯 이미지*/
.widget_rss .widgettitle img {
display: block;
float: left;
margin-right: 4px;
margin-top: 1px;
}
.rsswidget {
margin-top: 3px;
}
.rss-date, .widget_rss cite {
font-size: 10px;
}/*풋터 위젯 폰트*/
.footer_color .news-time {
color: #b3b3b3;
}
.footer_color .rss-date {
color: #b3b3b3;
}
.widgettitle {
letter-spacing: 0px;
}
#footer .widgettitle {
color: #ffffff;
}
.footer_color div .news-headline{
color: #dddddd;
font-weight: normal;
}
.footer_color .footer-social-name a{
color: #dddddd;
font-size:11px;
}/*
.footer_color {
background-color:#222222;
border-color:#444444;
}
.footer_color img{
border-color:#444444;
}
.socket_color {
background-color:#333333;
border-color:#444444;
}
*//*갤러리 메인이미지 패딩*/
#top div .avia-gallery .avia-gallery-big {
padding:0px
}
#top div .avia-gallery img {
padding:0.3em
}/*폴리몰리 제품 메뉴 슬라이더 텍스트*/
.ls-s-1 {
font-size: 12px;
font-weight: bold;
color: #222222;
}/*shareaholic page에서*/
.shareaholic-share-buttons-container ul.shareaholic-share-buttons {
overflow-x: visible !important;
overflow-y: visible !important;
}/*tab에서 스크롤 안보이게
.js_active .active_tab_content {
overflow:hidden;
}*//*폴리몰리 제품메뉴에서 hover효과*/
#layerslider_9 img:hover {
opacity:0.7;
}/*지플렉스 메인*/
.page-id-2565 td {
font-size:12px;
}
.page-id-2565 .avia-shadow {
box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.1);
}
#zflex_submenu_1 {
border:none;
}
#zflex_submenu_2{
min-height: 50px;
text-align: center;
border-width:0px;
}
#zflex_submenu_2 .entry-content a:hover {
opacity: 0.7;
}/*지플렉스 사용설명서*/
#flipbook-container-0 div.page-content.even div.container img.bg-img {
left: 0px !important;
}
#flipbook-container-0 div.page-content div.container img.bg-img {
margin-top: 0px !important;
}
#flipbook-container-0 div.page-content.last div.container img.bg-img {
left: 0px !important;
}
#flipbook-container-0 li{
vertical-align: bottom !important;
}
#flipbook-container-0 .container {
position: static;
}
#flipbook-container-0 .zoomed-shadow {
left: 45px !important;
top: 9px !important;
width: 820px !important;
height: 566px !important;
}/*mainmenu–KO———————————————————————————————*/
.main_menu ul:first-child > li > a {
display:block;
background:url(http://interpeople.co.kr/wp/wp-content/uploads/2013/09/logo_menu_bg_grey.png) no-repeat top;
}/*PolliMolli*/
#menu-item-6440 > a:hover,
#menu-item-6440.current-menu-item > a,
#menu-item-6440.current_page_item > a,
#menu-item-6440.active-parent-item > a,
#menu-item-6440.active-ancestor-item > a {
background:url(http://interpeople.co.kr/wp/wp-content/uploads/2013/09/logo_menu_pollimolli_blue.png) no-repeat top; display:block;
}/*zflex*/
#menu-item-6451 > a:hover,
#menu-item-6451.current-menu-item > a,
#menu-item-6451.current_page_item > a,
#menu-item-6451.active-parent-item > a,
#menu-item-6451.active-ancestor-item > a {
background:url(http://interpeople.co.kr/wp/wp-content/uploads/2013/10/logo_menu_zflex_black.png) no-repeat top; display:block;
}/*MINI*/
#menu-item-6455 > a:hover,
#menu-item-6455.current-menu-item > a,
#menu-item-6455.current_page_item > a,
#menu-item-6455.active-parent-item > a,
#menu-item-6455.active-ancestor-item > a {
background:url(http://interpeople.co.kr/wp/wp-content/uploads/2013/09/logo_menu_mini_color.png) no-repeat top; display:block;
}
/*————————————————————————————*//*mainmenu–EN———————————————————————————————*/
.main_menu ul:first-child > li > a {
display:block;
background:url(http://interpeople.co.kr/wp/wp-content/uploads/2013/09/logo_menu_bg_grey.png) no-repeat top;
}/*PolliMolli*/
#menu-item-5729 > a:hover,
#menu-item-5729.current-menu-item > a,
#menu-item-5729.current_page_item > a,
#menu-item-5729.active-parent-item > a,
#menu-item-5729.active-ancestor-item > a {
background:url(http://interpeople.co.kr/wp/wp-content/uploads/2013/09/logo_menu_pollimolli_blue.png) no-repeat top; display:block;
}/*zflex*/
#menu-item-5741 > a:hover,
#menu-item-5741.current-menu-item > a,
#menu-item-5741.current_page_item > a,
#menu-item-5741.active-parent-item > a,
#menu-item-5741.active-ancestor-item > a {
background:url(http://interpeople.co.kr/wp/wp-content/uploads/2013/10/logo_menu_zflex_black.png) no-repeat top; display:block;
}/*MINI*/
#menu-item-5745 > a:hover,
#menu-item-5745.current-menu-item > a,
#menu-item-5745.current_page_item > a,
#menu-item-5745.active-parent-item > a,
#menu-item-5745.active-ancestor-item > a {
background:url(http://interpeople.co.kr/wp/wp-content/uploads/2013/09/logo_menu_mini_color.png) no-repeat top; display:block;
}
/*————————————————————————————*//*메인메뉴의 드롭다운메뉴 폰트*/
.header_color .main_menu .menu ul li a {
color:#555555 ;
}/*메인메뉴의 폴리몰리 빈백컬렉션 sub-menu 안보이게_한국어*/
#menu-item-6461 .sub-menu {
display:none !important;
}/*메인메뉴의 폴리몰리 빈백컬렉션 sub-menu 안보이게_영어*/
#menu-item-6573 .sub-menu {
display:none !important;
}/*월별찾아보기*/
#top select {
font-size:11px !important;
line-height:15px !important;
}/*사이드보더*/
.content {
border-color: #e1e1e1;
}/*게시물페이지 메타이미지 안보이게*/
.template-single-blog .blog-meta {
display: none;
}
.big-preview.single-big {
display: none;
}/*사이드바 폭 조정*/
.inner_sidebar {
margin-left: 30px;
}
.content .entry-content-wrapper {
padding-right: 30px;
}#facebook-like-box-2 {
margin-left: -10px;
}
#facebook-like-box-2 .fb_iframe_widget span {
height: 627px !important;
width: 232px !important;
}
#facebook-like-box-2 .fb_iframe_widget iframe {
height: 627px !important;
width: 232px !important;
}
#facebook-like-box-3 {
margin-left: -10px;
}
#facebook-like-box-3 .fb_iframe_widget span {
height: 627px !important;
width: 232px !important;
}
#facebook-like-box-3 .fb_iframe_widget iframe {
height: 627px !important;
width: 232px !important;
}/*소식골라보기*/
#categories-2 {
font-size: 12px;
}/*회사소개*/
.page-id-1195 .av-special-heading {
margin-top:10px;
}
.page-id-1195 .togglecontainer {
margin-top:10px;
}/*회사소개 en*/
.page-id-5236 .av-special-heading {
margin-top:10px;
}
.page-id-5236 .togglecontainer {
margin-top:10px;
}
.page-id-5236 .togglecontainer pre {
padding:0px;
margin-bottom: 10px;
}/*shop메뉴 안보이게 할 때 메뉴바 우측의 장바구니위젯도 안보이게*/
.cart_dropdown {
display:none;
}/*Why폴리몰리 페이지 서브메뉴 제목*/
.page-id-4588 .template-page .entry-content-wrapper h2 {
text-transform: none;
letter-spacing: -1px;
}
/*빈백컬렉션 신장안내 문자*/
.iconbox .iconbox_content .iconbox_content_title {
letter-spacing: 0px;
text-transform: none;
}/*포트폴리오 신장안내*/
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
text-transform: none;
letter-spacing: -1px;
}/*iconlist title*/
.avia-icon-list .iconlist_title {
text-transform: none;
}/*contact en 입력란*/
.page-id-5247 #top .input-text, #top input[type=”text”], #top input[type=”input”], #top input[type=”password”], #top input[type=”email”], #top input[type=”number”], #top input[type=”url”], #top input[type=”tel”], #top input[type=”search”], #top textarea, #top select {
width:100%;
}
.page-id-5247 .av_two_third{
background-color: whitesmoke;
padding: 25px;
}/*contact ko 입력란*/
.page-id-2641 #top .input-text, #top input[type=”text”], #top input[type=”input”], #top input[type=”password”], #top input[type=”email”], #top input[type=”number”], #top input[type=”url”], #top input[type=”tel”], #top input[type=”search”], #top textarea, #top select {
width:100%;
}
.page-id-2641 .av_two_third{
background-color: whitesmoke;
padding: 25px;
}/*filling 페이지에서 비교테이블 편집페이지 디버그 코드에서 avia-heading-row 클래스를 epp와 eps로 수정후*/
.main_color .pricing-table li.epp {
background-color: #eb008b;
color: white;
font-weight: 800;
font-size: 13pt;
}
.main_color .pricing-table li.eps {
background-color: #999999;
color: white;
font-weight: 800;
font-size: 13pt;
}
.main_color .pricing-table li.epp-1 {
background-color: #eb008b;
color: white;
font-weight: normal;
font-size: 11pt;
}
.main_color .pricing-table li.eps-1 {
background-color: #999999;
color: white;
font-weight: normal;
font-size: 11pt;
}
/*——————————————————————————————-*/November 30, 2013 at 10:16 pm #194942Topic: Table styling
in forum Enfoldpieterjanvd
ParticipantHi,
I bought Enfold a few days ago, it’s a very nice theme!I want to style a specific table.
How can i change the default settings like:
– background color
– i want to change the color of the 2nd, 4th etc row also
– i want the same font type and size (12px) for the whole table
– i want the same padding and margin for all cells (5px)I tried to add an id to the table, and add “quick CSS” but its not working.
-
This topic was modified 12 years, 3 months ago by
pieterjanvd.
November 29, 2013 at 5:51 pm #194800In reply to: Schriftgröße in H Überschriften
Hey!
Please add following code to Quick CSS and adjust
h1 { font-size: 40px; } h2 { font-size: 30px; } h3 { font-size: 24px; }Cheers!
YigitNovember 29, 2013 at 5:43 pm #194795In reply to: Schriftgröße in H Überschriften
Hallo!
Please add following code to Quick CSS in Enfold theme options under Styling tab
body { font-size: 16px; }Regards,
YigitNovember 29, 2013 at 10:30 am #194651In reply to: Is There a Way to Customise The Breadcrumbs?
Hey sgrobert!
You can edit framework > php > class-breadcrumbs.php, find this codes on line 26:
echo '<p class="breadcrumb"><span class="breadcrumb_info">'.__('You are here:','avia_framework').'</span> <a href="'.get_bloginfo('url').'">';and 186:
'before' => '<span class="breadcrumb-title">' . __( 'You are here:', 'avia_framework' ) . '</span>',You can modify the breadcrumb text using this on Quick CSS:
.title_container .breadcrumb { z-index: 10; line-height: 15px; font-size: 13px; position: absolute; right: 0; top: 50%; margin-top: -7px; } .alternate_color .breadcrumb { color : red; }Cheers!
IsmaelNovember 29, 2013 at 10:23 am #194648In reply to: CSS needed
Howdy,
good idea, but now the promobox (see above) does not get any CSS formating.
The css styling of the promobox has now moved to the next element (first column)…My Quick CSS content:
.page-id-734 .content { padding-top: 0; }
#av_section_1 .container { width: 100%; }
body .container_wrap .avia-builder-el-first {
background-color: #3C3C3C;
color: white;}
.av_promobox { max-width: 100%;
padding: 15px 30px; }
.avia-promocontent p {
font-size: 18px;
}I assume the promobox is not “.avia-builder-el-first” any more…?
Can you help?
November 29, 2013 at 3:20 am #194580duttonstuart
ParticipantHi,
Layerslider has been working fine for months and suddenly today when the page loads, it is blank and then the layerslider div dissapears and everything moves up.. But when looking at the page source, just above the layerslider entry there seems to be some code with a youtube link etc.. not mine.. I wonder if this is breaking the code.. worried that I have some adware or spyware ,messing with my page.. I need to get the layerslider back up as soon as possilbe . any suggestions please? anyy idea where this has come from and how I get rid off it and fix the slider?
The code that is appearing is
Notebooksbilliger Gutscheincode
<style>.optionen{position: absolute; font-color:#ddd; top:-1668px; font-size:10;}</style>
binaere OptionenThanks
November 28, 2013 at 5:49 pm #194446In reply to: CSS needed
Hey!
Please add following code to Quick CSS as well
body .container_wrap .avia-builder-el-first { background-color: #3C3C3C; color: white; border-radius: 5px; } .av_promobox { padding: 15px 30px; } .avia-promocontent p { font-size: 18px; }Best regards,
YigitNovember 28, 2013 at 4:06 pm #194375Hey!
First code changes the font size only on main menu items while second code changes both main menu and sub menu.
We do not have some kind of a cheat sheet but @zeusmedia was kind enough to share his CSS hacks which can be found here https://kriesi.at/support/topic/custom-css-for-your-pleasure/#post-25635Best regards,
YigitNovember 28, 2013 at 3:30 pm #194353In reply to: Larger font size in top navigation menu bar
Hey!
Can you post the link to your website and point out which font size you would like to increase?
Regards,
YigitNovember 28, 2013 at 5:27 am #194166In reply to: Full screen slider caption truncated in ipad
Hi – Thanks a lot, that worked by adjusting the padding and font-size. Thank you!
November 27, 2013 at 11:43 pm #194101In reply to: Full screen slider caption truncated in ipad
Hi!
Please try adding following code to Quick CSS as well
@media only screen and (max-width: 480px) { .avia-caption-content h1 { font-size: 25px; } .slideshow_align_caption { padding-right: 250px; } .avia-caption-content p { font-size: 16px; }}After applying the code, please flush browser cache and refresh your page a few times
Regards,
YigitNovember 27, 2013 at 10:53 pm #194091In reply to: Header in different colors and portfolio image size
Hey!
Header
1) Can you post a screenshot and show how you would like logo to be? And currently, i see no seperator between logo and menu
2) Please add following code to Quick CSS to make active menu item orange.header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a { color: orange; }3)
.current-menu-item>a>.avia-menu-fx { display: none; }4) In WordPress dashboard, please go to Appearance > Editor and open Header.php file and find
do_action('ava_after_main_menu');And add your image after closing div tag as shown here http://i.imgur.com/DNN2fgT.jpg
Font
1) Which font exactly do you mean? You can go to Enfold theme options > Styling and change the font if you would like.
2) You can use heading tags. Please see http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_headers
3) You can highlight texts as shown here http://i.imgur.com/csSI7L4.jpg
Links
1).image-overlay { display: none!important; }Best regards,
YigitNovember 27, 2013 at 7:50 pm #194035Thanks! – So there is a question:
When we originally asked how to change the size in the main navigation you gave this:
.main_menu ul:first-child > li > a { font-size: 14px; }2. In your support we additionally found this for the main navigation (which also works):
#top .main_menu ul.menu li > a { font-size: 14px; }what is the difference?
3. now you have given this for the drop down menu (It works nicely without changing the additional navigation – thanks! (non-fixed header with additional navigation))
#top .main_menu .menu li ul a { font-size: 14px; }is 2. ok to use or is there a cleaner script?
It would be great if you would post a list of the main css elements so we can leave you in peace for more complex issues.
sometimes inspecting the elements does not work so easily.November 27, 2013 at 7:14 pm #194009Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
#top .main_menu .menu li ul a { font-size: 16px; }Cheers!
YigitNovember 27, 2013 at 6:14 pm #193949In reply to: Main menu links: remove fixed height
Hi alkaithil!
By height are you referring to the font size? can you post a screenshot of what you want to achieve? a link to your website would be helpful too.
Best regards,
JosueNovember 27, 2013 at 5:15 pm #193925In reply to: Larger font size in top navigation menu bar
Dear Team,
I found this code to increase size of main and drop-down menu#top .main_menu ul.menu li > a {
font-size: 14px;
}
#top .sub_menu ul.menu li > a {
font-size: 14px;
}problem is that the size of the secondary menu Header (non-fixed header with additional Navigation and social icons) increases as well
how to keep that the default size?How to move the social icons to the right of the secondary menu on the far side of the telephone number?
Thank you!
November 27, 2013 at 4:50 pm #193912Thanks – still cannot find where to change the font-size of the drop-down menu items. (inspected elements to find css style)
November 27, 2013 at 8:41 am #193748In reply to: Content width margin
sorry i have 1 more question.
in text block Face, if I add this shortcode, the image below that becomes left centered somehow.
If i delete this shortcode, it’s back to center.[av_button label='Learn More' link='page,8' link_target='' color='orange' custom_bg='#444444' custom_font='#ffffff' size='small' position='left' icon_select='yes' icon='ue832' font='entypo-fontello']
thanks in advance.
November 27, 2013 at 6:42 am #193728In reply to: table header
Hey edebe!
We can’t seem to fix this issue yet. We suggest to disable the responsive css coding for table on mobile view. Edit css > shortcodes.css find this code on 1203:
@media only screen and (max-width: 767px) { .responsive div .avia-data-table table, .responsive div .avia-data-table tbody, .responsive div .avia-data-table tr, .responsive div .avia-data-table td, .responsive div .avia-data-table th{display:block; border-top:none; border-right:none; border-left:none; text-align: center;} .responsive .avia-data-table{border-style:solid; border-width: 1px;} .responsive .avia-data-table .avia-pricing-row .avia-desc-col{text-align: center;} .responsive .avia-data-table .avia-button-row, .responsive .avia-data-table tr:first-child th{display:none;} .responsive .avia-data-table td:before { display:block; font-style: italic; font-size: 11px; } .responsive .avia-data-table td { position: relative; } }We might need to adjust the width of the table after.
Best regards,
Ismael -
This reply was modified 12 years, 3 months ago by
-
AuthorSearch Results
-
Search Results
-
Hi,
Inserting a button into a page/post and requesting it to open in a new window fails to do so. The contents are opened in the SAME window.Anyone else getting this? Is there a fix?
kindest regards,
PPCHound.
Button code:[av_button label='Click Here' link='page,127' link_target='_blank' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='small' position='left' icon_select='yes' icon='ue81f' font='entypo-fontello']Topic: Table styling
Hi,
I bought Enfold a few days ago, it’s a very nice theme!I want to style a specific table.
How can i change the default settings like:
– background color
– i want to change the color of the 2nd, 4th etc row also
– i want the same font type and size (12px) for the whole table
– i want the same padding and margin for all cells (5px)I tried to add an id to the table, and add “quick CSS” but its not working.
