-
Search Results
-
Dea team,
on my draft page below I use in the section “Ausgewählte Projekte” the grid portfolio. The item titles as “Treppenanlage Stadtvilla …” are too big. A custom CSS as the following does not help..portfolio-preview-title {
font-size: 12px;
}How to I need to modify this?
thx a lot & best regards Tilman
Please see this link:
https://dev.galaxypress.com/?s=stephen+king
When you do a search the short code is showing up. Is there some CSS I can use to hid these?
For example would not want to see:
[av_button label='Trade Paperback' icon_select='no' icon='ue800' font='entypo-fontello' size='small' position='left' label_display='' title_attr='' color='theme-color-subtle' custom_bg='#444444' custom_font='#ffffff' link='product,20615' link_target='' id='' custom_class='' av_uid='' admin_preview_bg=''] [av_button label='Audiobook CD' icon_select='no' icon='ue800' font='entypo-fontello' size='small' position='left' label_display='' title_attr='' color='theme-color-subtle' custom_bg='#444444' custom_font='#ffffff' link='product,20527' link_target='' id='' custom_class='' av_uid='' admin_preview_bg='']Thank you, Jason
hi! Can you show me how to make a linked phone number in the top bar larger?
Thank you!
Doug
Dear team,
on my pag below I use 1) a content slider (middle section / Was Kunden über unsere Zusammenarbeit sagen:) and 2) a blogpost grid (bottom).In order to get the titles of 1) white, I added thefollowing CSS
.avia-content-slider .slide-entry-title {
font-size: 25px !important;
color: white !important; }But i want the blogpost titles 2) NOT to be in white.
How do I need to adjust the CSS acc.?
Thx a lot, Tilman
the rules set for av-grid-order-reverse and av-grid-order-individual overwrites the rules for av-medium-hide
You can of course argue that it makes no sense to set an order if you want to hide it anyway. – True, but sometimes you set screen-width options later in the good faith that the containers will no longer be displayed.
Maybe it’s too much of a storm in a teacup.
@media only screen and (max-width: 989px) { .responsive #top #wrap_all .av-layout-grid-container.av-flex-cells.av-break-at-tablet.av-grid-order-reverse { display: flex; flex-direction: column-reverse; } .responsive #top #wrap_all .av-layout-grid-container.av-flex-cells.av-break-at-tablet.av-grid-order-individual { display: flex; flex-direction: column; } } /***** versus ( and of course the other screen width too ) ****/ @media only screen and (min-width: 768px) and (max-width: 989px) { .responsive.av-no-preview #top #wrap_all .av-medium-hide, .responsive.av-no-preview #top #wrap_all .av-medium-font-size-hidden, .responsive.av-no-preview #top #wrap_all .av-medium-font-size-title-hidden { display:none } }so i think that it is better to set those hide-options for screen-width setting to !important

