-
Search Results
-
Hi
I have tried many css codes from your support forum but I can’t get it to work. I have a masonry gallery on my front page. I would like this effect on that gallery: http://www.wideeyecreative.com/.On hover I would like a darker blue color, white text color on title and caption, larger font size and the title and caption centered. I have tried for many days now but can’t get it right.
The website is not live yet but please feel free to login and check it out (check private content).
Thanx.Topic: change font size in menu
Hi forum,
how can I figure another font-size in the main menu in the header?
The font is to small and tiny. We have a slider behind.
Thanks a lot for your help!
AngelaThis is what my CSS looks now: http://www.dersichtweise.at/blog/
/* Stack footer */
@media only screen and (max-width: 767px) {
footer .copyright, footer .social_bookmarks, footer .sub_menu_socket {
width: 100%!important;
clear: both!important;
display: block!important;
float:none!important;
}
footer .social_bookmarks {
padding-left:8px;
}
}/* header */
.header_color .main_menu ul:first-child > li > a {font-weight: 300; font-size: 18px; font-family:’Helvetica Neue’}
.header_color .main_menu ul:first-child > li > a:hover { color: #03558f; }
.header_color .main_menu ul:first-child > li.current_page_item > a { color #d1606d; }/* Linie weg im menü*/
.avia-menu {
border-right: 0px !important;
}/* title Farbe und größe*/
.main-title a {
color: #03558f !important;
font-size: 24px !important;
}/* title zentrieren */
.title_container .main-title { text-align: center; }.alternate_color { border-color: #e1e1e1 !important; }
/* footer font size */
.iconbox_content_title {
font-size: 15px!important;
}#footer a {
padding: 0;
}
#footer input {
margin-bottom: 0;
}/* logo große skalieren */
.logo img {
max-width: 100%;
}#top .av-mailchimp-widget-style-boxed_form {
border-style: solid;
border-width: 1px;
padding: 10px;
}
.widgettitle + .av-mailchimp-widget-style-boxed_form {
margin-top: 10px;
}@media only screen and (max-width: 767px) {
.responsive #scroll-top-link {
display: block !important;
}}@media only screen and (max-width: 767px){
.responsive #socket .sub_menu_socket {
display: block !important;
}}/* social icons im header */
@media only screen and (max-width: 767px) {
.responsive.html_header_top #header_main .social_bookmarks, .responsive.html_top_nav_header #top .social_bookmarks {
margin-top: 0;
display: block !important;
}
}/* logo abstand nach oben */
.html_header_top.html_logo_center .logo {
padding-top: 1px !important;
}/*Farbrand rund um Widget box-Sidebar-blog */
section#text-2 {
border: 1px solid #ebeff5;
padding: 10px;
}/* social media icons größe */
@media only screen and (max-width: 480px) {
.responsive #header .social_bookmarks li { margin-right: 10px; }}/* Groesse linkliste footer abstand vertical */
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive .main_menu ul:first-child>li>a {
padding: 0 20px;
}
}I need to use square brackets in the title of a caption in the fullscreen slider. But it seems that the brackets mess up the code.
for instance if I put this text [brackets], next time I open I get this code in the caption text:
‘ custom_title_size=” custom_content_size=” caption_pos=’caption_bottom’ link_apply=” link=’lightbox’ link_target=” button_label=’Click me’ button_color=’light’ link1=’manually,http://’ link_target1=” button_label2=’Click me’ button_color2=’light’ link2=’manually,http://’ link_target2=” font_color=” custom_title=” custom_content=” overlay_opacity=’0.5′ overlay_color=” overlay_pattern=” overlay_custom_pattern=”]I tried with several plugins like Raw HTML without any luck.
This is the site
thanks

