Forum Replies Created
-
AuthorPosts
-
December 24, 2014 at 3:44 am in reply to: Advanced Styling is great, how do we set the weight of the font?, Set to bold? #372367
Yes, you have to add custom CSS to change the font weight of elements.
http://kriesi.at/documentation/enfold/custom-css-and-quick-css/
If you need help with the CSS code just provide us with a link to your seite and tell us what you want to change.cheers
Hi,
The best way to change to font sizes would be to use custom CSS.
http://kriesi.at/documentation/enfold/custom-css-and-quick-css/As for the default sizes, see the font sizing in the CSS code
h1 { font-size: 34px; line-height: 1.1em; margin-bottom: 14px; } h2 { font-size: 28px; line-height: 1.1em; margin-bottom: 10px; } h3 { font-size: 20px; line-height: 1.1em; margin-bottom: 8px; } h4 { font-size: 18px; line-height: 1.1em; margin-bottom: 4px; } h5 { font-size: 16px; line-height: 1.1em; } h6 { font-size: 14px; line-height: 1.1em; }
Cheers
Hi,
If you can provide me with a link to the website, i could check out where the border is coming from and how to remove it.
cheers
Hi,
please try to install Enfold over FTP: http://kriesi.at/documentation/enfold/install-enfold-over-ftp/
Cheers
Hi,
your link is not working. Please make sure it’s correct.
cheers
hey,
Font-size ist für Schriftgröße.
Text-decoration für effekte wie unterstrichen.
Benötigt wird hier text-transform.h1, h2 { text-transform: none !important; }
Bei interesse ist hier mehr Info dazu: http://www.w3schools.com/cssref/pr_text_text-transform.asp
Hi,
Please update the Enfold theme to version 3.0.4. That should solve your problems (you’re running 3.0.2)
cheers
Hi,
I see at least 5 different font stylings.
Please tell us which of those you wish to change, and what you want to change about them.cheers
Hi,
To assign classes to elements please take a look at the documentation: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
If you need further help with the CSS code, i’d need a link to the website.cheers
hi,
http://kriesi.at/documentation/enfold/custom-css-and-quick-css/
http://www.w3schools.com/css/css3_gradients.asp
example:
#header_main .logo { background: -webkit-linear-gradient(red, blue); /* For Safari 5.1 to 6.0 */ background: -o-linear-gradient(red, blue); /* For Opera 11.1 to 12.0 */ background: -moz-linear-gradient(red, blue); /* For Firefox 3.6 to 15 */ background: linear-gradient(red, blue); /* Standard syntax */ }
cheers
Hey,
making your post private just makes it harder for me to help you as someone who is not part of the support team :(
http://kriesi.at/documentation/enfold/custom-css-and-quick-css/#avia-menu li.menu-item:hover{ background-color: #FF0000; }
Hi there,
i am not part of the Enfold-team but you can see how to customize links with CSS here: http://www.w3schools.com/css/css_link.asp
Here you can see where you can add custom CSS: http://kriesi.at/documentation/enfold/custom-css-and-quick-css/
But I’d suggest using a child theme and put the code into the style.css file of the child theme: http://kriesi.at/documentation/enfold/using-a-child-theme/To change the properties of all states of a link you can use:
a { color: #d92b6d !important; }
The “
!important
” is needed to overwrite other definitions.cheers
Hi stewroids,
i am not sure if anyone here can help you with the logo.
But depending on what you want to customize on your website, you can get some support here.
Mostly it will be custom CSS that you have to add into a file.
If you can tell us what exactly you want to customize, we could either help you with it or would recommend you to hire a freelancer.I don’t know if someone from the support team would do it though.
cheers
December 15, 2014 at 11:23 pm in reply to: URGENT….MENU APPEARINg ON TOP OF SCREEN AFTER LOGO CHANGE #368651what menu are you talking about?
Also i noticed something is wrong with some of the custom CSS i gave you last time:#header_main .social_bookmarks { top: 40% ; }
Did not see that the icons move next to the search bar when you scroll down.
So now the icons are kinda off when you scroll down and the header shrinks.Haven’t looked into how the different CSS is applied when you scroll down and to tired to look into it at the moment.
And you might not have seen my last answer to your last topic.
It was just a suggestion to modify the search bar a bit since the button is 1px higher then the input field:
https://kriesi.at/support/topic/social-media-icons-7/#post-368061And i guess the support could also help you to change the above code to only apply when the header is not shrinked.
cheers
Hey,
you are using Enfold 3.0.1.
Please update to 3.0.4.There are at least some problems with the contact form when you use WP 4.0.1 with an older Enfold version.
cheers
Hi,
zuerst zu deinem Problem:
Sowas wird normalerweise von einem cache verursacht.
Um diesen im IE zu leeren siehe: http://agsci.psu.edu/it/how-to/clear-internet-explorer-8-ie8-browsing-history-cacheDieser cache kann aber ebenso ein wordpress plugin sein oder dein Webhoster hat einen Cache aktiviert.
Und stelle sicher, das du nach dem Bearbeiten des Menüs auch auf speichern klickst. Ist mir auch 1-2 mal passiert und habe mich gewundert warum sich nichts geändert hat ;)
Des weiteren sehe ich, dass das erste Bild im slider fehlt. Es wurde womöglich gelöscht, verschoben oder umbenannt.
cheers
Hey,
I really just like helping others :)
And i read your profile description in this forum.
I’d suggest you to learn at least some basic HTML / CSS stuff.
It’s not that hard and might help you in the feature.
This is a really great resource to learn HTML and CSS: http://www.w3schools.com/css/default.aspWhat help alot is to use the developer tools of your web browser.
Firefox has some nice tools where you can inspect elements and see all the CSS that affects them.This shows you how to work with it: https://developer.mozilla.org/en-US/docs/Tools/Page_Inspector
If you ever any question, just feel free to ask :)
cheers
The page is inside the enfold theme folder.
You modify it with a text editor.You could simply delete the whole <div> container from line 15 to 47 and replace it with anything you want.
Also the search icon looks a bit strange to me.
The search button is 1 pixel higher then the input field.
Just a suggestion when you read this:#top #searchsubmit, .ajax_load { border-left: solid; height: 38px; right: 1px; top: 1px; }
Fixes the different height and adds a border between them.
#header_main .social_bookmarks { top: 40%; }
And i see you kept my previous code as it is.
Don’t know if you want the icons change to round icons again on mouse over.
That was just for demonstration :)Bei mir wird er korrekt in Firefox angezeigt.
Stell bitte sicher, das du in firefox keine Erweiterungen installierst hast, die scripte blocken.Mir fällt nur auf, dass das Logo nicht angezeigt wird und in google chrome der alternative text für das bild nicht angezeigt wird.
Aber in meinem Firefox läuft alles Problemlos + Slidermfg
Hey jacokooistra,
you should not edit the files you meantioned above.
To modify the CSS, please use the Quick CSS in the theme options or the custom.css file.
http://kriesi.at/documentation/enfold/custom-css-and-quick-css/An even better option would be to create a child theme and place your CSS in the style.css file inside the child theme.
If you then provide us with a link to your website, we can help you to write the custom CSS a modify the page like you want to
Cheers
just another theme userHey,
the custom CSS you’d use to create a margin above the header would be:
.boxed #wrap_all {
margin-top;
}But i dont think that would help you much.
If i had a link to your side i could provide you with something that would work better.
Cheers
http://kriesi.at/documentation/enfold/custom-css-and-quick-css/
#top #header_main .social_bookmarks li a { background-color: #fff; border-radius: 4px; color: #000; } #top #header_main .social_bookmarks li:hover a { background-color: #83c900; border-radius: 100px; color: #ffffff; }
Play around with the values however you want.
The first half is the normal icon.
The second one is for the mouse over effect.cheers
hey,
What do you need the h1 tag for exactly?
Depending on where you want to add it, you just write <h1>Heading<h1>cheers
Yes, you can add some custom CSS.
h1, h2 { text-transform: none; }
I think it’s only h1 and h2 headings that normaly get transformed to uppercase.
Also there seems to be extra letter spacing for those headings.
So you could also use the following code instead of the one above to remove this spacing as well:h1, h2 { text-transform: none; letter-spacing: normal; }
if you have problems with other headings being uppcase, just add h3 – h6 seperated by commas in the first line.
cheers
hi,
see this line of the code:
$('.custom-fwd-btn .avia-button').on('click', function(){
The class is “custom-fwd-btn”
cheers
- This reply was modified 9 years, 11 months ago by Flikk.
hey, i get the same error.
looks like there is a slash to much in the URL.
if you click the following link, everything is fine:
https://kriesi.at/support/search/image/page/2/Still this is a bug that should be looked at.
cheers
Hi,
if you’d post a link to your website, i could take a look.
But if you allready have a link in the private section for the support team and don’t want the link to be seen for everyone, we’ll have to wait for someone from the support team :)cheers
Hi,
you should be able to change the width in the enfold theme options.
I have no idea why it should not work. Maybe a cache plugin?The following CSS code should force the width (so changing width in the enfold theme options gets overwritten)
#top.boxed, .html_boxed.html_header_sticky #header, .container { max-width: 1310px; width: 100%; }
If that does not work, i am pretty sure that there is either a cache plugin or your webhoster has some kind of cache.
cheers
-
AuthorPosts