Forum Replies Created
-
AuthorPosts
-
Hey Basilis,
Thanks for the tip, it worked with this in combination with removing the “a”…so simple after hours spent! Thanks :)
Hey Kriesi team,
Sorry but I’ve posted this a few times, am I not eligible for support or is this a feature that can’t be changed?
Please let me know either way so I can move forward with the next step in getting this solved, thanks!
You can try the in general styling > quick CSS
.entry-title {
font-family: ‘Montserrat’, ‘HelveticaNeue’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif;
font-size: 24px!important;
color: #38424B!important;
}You may want to change the size for mobile.
Hey Tara, are you trying to style the Title of the page to look like the special heading?
Hey guys, not sure if I’m no longer able to receive support or if this is just a tough issue that’s hard to solve on changing the Home link in the breadcrumbs, giving it another bump.
Figured out how to change logo link from another thread…(custom functions plugin):
add_filter(‘avf_logo_link’,’av_change_logo_link’);
function av_change_logo_link($link)
{
$link = “http://kriesi.at”;
return $link;
}Still working on the breadcrumbs home link.
Hey guys just giving this a little bump In case anyone can help with this type of thing :)
- This reply was modified 8 years, 5 months ago by AD.
Two other questions if you don’t mind!
I recently integrated BBPress and am customizing it, is there a way to add the “Private Content” as this forum has?
Is the social feature on the front page of Kriesi.at an Enfold feature with the opening door? Thanks again.
January 5, 2016 at 5:12 pm in reply to: Custom Banner Image on Enfold WooCommerce Product Pages #560025Hey Rikard,
I appreciate the response and support, you guys are awesome :) I have already figured it out though so this can be marked solved.
In case anyone needs to know how to create a header banner image (that links) on WooCommerce/Enfold product pages try this in functions.php (using a plugin called “Custom Functions”):
add_action('ava_after_main_container', 'add_banner_before_breadcrumb'); function add_banner_before_breadcrumb() { if ( is_product() ) { echo '<h1 style="text-align: center;"><a href="http://www.yourwebsite.com" target="_blank"> <img border="0" alt="Banner Name" src="http://www.yourwebsite.com/wp-content/uploads/shop-banner-image.jpg" style="float: left; z-index: 99999; width: 100%;"></h1>'; } }
November 9, 2015 at 10:28 pm in reply to: Elements not displaying on top of Color Section Background Image #532926Hey thanks Basilis!
I included the sidebar example pages below.
The background image overlay works until the height is changed in the section layout.
November 9, 2015 at 10:18 pm in reply to: Elements not displaying on top of Color Section Background Image #532920The facebook likebox sidebar widget is not showing up in Firefox, any tips on this?
-
AuthorPosts