-
Search Results
-
Dear support team,
I’m currently working on a website where I want to change the font weight for a single heading (only occurs once on the page).
The heading is an h2 on the home page and since it is in yellow font and therefore not very legible, I would like to make this heading (unlike all other h2 headings on the website) thicker. The title is as follows: https://meine-achtsammlich.de/home/#wasSo I gave this heading on the page in the developer settings a class designation called “heading” and inserted the following code in the Quick CSS:
#top.page-id-2852 h2 .headline {
font-weight: 600 !important;
}Unfortunately this does not work!
What and how do I have to change the code so that only this one heading has its own font size?Thank you and best regards, Diana
Hi there!
Working on an image w/ hotspots element, but I ran into a couple of issue:
1) I have a couple of text items that are a larger font size than the standard paragraph size (H3, specifically) but the tooltip width is set and isn’t “responsive” to a particular width of a word/line of text. As a result, the word “LOCATION” gets broken up into two lines:LOCATIO
N:Is there a way to make it so the width of the tooltip text boxes aren’t set to a specific width, but respond to the width of the text lines as I set them?
2) The image I placed in the background appears to have some sort of overlay or opacity applied to it that I’d like to remove so it doesn’t look so greyed out.
Thanks in advance!
Topic: Special Heading Remove H tag
How do I do this?
Change font size, bold ?You removed the font size option to change it for the overall type in the theme in this section. I need to change the body of the whole website to larger font size. Please advise how to do that now. I do not do code.
Thank you.
Topic: Backend font problem
Hi,
I have a strange situation starting with version 5 of Enfold. I currently confirm that the same problem version 5.1.1.Enfold has changed the font in the backend writing articles. It has now switched to sans serif and Georgia font sizes and styles, and the ‘Custom backend block styles’ function no longer works. This is happening with the block Editor (not the Classic Editor).
How can I restore the system font as the previous situation…
Kind regards
Chi
I want to customize the font size of the page, I change font size(size 36px ), but it doesn’t work.
My footer visually looks the way I want it to with one exception…
I’d like the social icons in the footer centered horizontally on mobile. How do I do that?
Also, are my existing CSS edits good or need modifications/removal:
=====================================
/* Footer styling. */
#footer .container {display: flex; flex-flow: row wrap; align-items: center; padding-right:0px!important;}
#footer.container_wrap.footer_color {border-bottom: none!important; border-top: 1px solid #c9c9c9 !important;}
#footer .widget {text-align: center; padding: 0; margin: 0;}
#footer .widget_nav_menu li{text-transform: uppercase; padding:0 40px!important; line-height: 1.1em;}/* Social bookmarks in footer styling. */
#footer .social_bookmarks li {margin: 0 0 0 50px;}
ul.social_bookmarks + .widget {display: none;}
.social_bookmarks {font-size:20px!important;}
#top .social_bookmarks li a {width: 50px; line-height: 50px;}
#top .social_bookmarks li {width: 50px; height: 50px; margin-left: 0px;}
#top #wrap_all .av-social-link-instagram:hover a {color: #fff; background-color: #C13584;}=====================================
I am developing a masonry page that is compatible with desktop and touch devices. Since touch devices open masonry in the hover state, I have finally made one that works across platforms with much struggle. I still have a couple issues:
I cannot change the opacity of the image hover state overlay, which I have as white. I have tried dozens of CSS variations that should have worked but nothing affects it at all.
The other issue is that on medium sized tablets and on horizontal mobile phones the masonry element is sliding up under the menu bar. It needs to maintain a position below tha bar as normal.
Can you tell me how to fix the following:
1. How do I style and change the opacity of the hover overlay with CSS on the default image fade in with the title and text sliding up from the bottom.
2. How do I fix the issue of the masonry element sliding up under the menu bar on certain devices — medium sized tablets and horizontal mobile phones.
3. .I cannot seem to center the title and caption text no matter what I try. I have it set to a left margin at 5% for now, but want to style it centered and it won’t cooperate. Can you show how I can do that in this masonry element?
Login and page info included. Thanks.
— Michael
_____________
Here is my CSS:/*—————————————-
// Masonry bottom title
//————————————–*//* Title Position and Caption Box Size */
.av-masonry-entry .av-masonry-entry-title {
text-align: center !important;
position: absolute;
bottom: 5px;
padding: 5px;
}/* Title */
#top .av-masonry-entry-title {
font-size: 120% !important;
color: #555555;
line-height: 1.6;
font-weight: 600;
letter-spacing: .08em;
text-align: left !important;
text-shadow: 2px 2px 0px rgba(133,133,133,.4)!important;
margin-left: 5%;
}/* Title Background */
#top .av-masonry-entry.isotope-item figcaption,
#top .av-masonry-entry.isotope-item .avia-arrow {
background: #ffffff;
}/* Masonry Content */
#top .av-masonry-entry.isotope-item .entry-content {
font-size: 100% !important;
color: #666666;
line-height: 1.6;
font-weight: 200;
letter-spacing: .08em;
text-align: left !important;
text-shadow: 1px 1px 0px rgba(133,133,133,.4)!important;
margin-left: 5%;
}/* Hide date */
#top span.av-masonry-date { display: none; }figcaption.av-inner-masonry-content {
background: #ffffff !important;
}/*—————————————-
// END Masonry bottom title
//————————————–*/
