marigillian
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Lavish] can't change default color for hover menu buttonsHi Andrew,
I managed to make the changes via the plugin. Thank you for the help!Forum: Themes and Templates
In reply to: [Lavish] Issues with responsive designHi,
Are these the right code to delete?
$( ‘#bbpress-forums button’ ).addClass( ‘btn btn-sm’ );
$( ‘#bbp_search_submit’).addClass( ‘btn’ );
$( ‘#bbp_search’ ).addClass( ‘form-control’ );
$( ‘#bbp-search-form’ ).addClass( ‘input-group’ );
$( ‘#bbp_topic_title’ ).addClass( ‘form-control’ );
$( ‘#bbp_topic_content’ ).addClass( ‘form-control’ );
$( ‘#bbp_topic_tags’ ).addClass( ‘form-control’ );
$( ‘#bbpress-forums select’ ).addClass( ‘form-control’ );
$( ‘#bbp_topic_submit’, ‘.subscription-toggle’ ).addClass( ‘btn’ );
$( ‘.subscription-toggle’ ).addClass( ‘btn btn-sm’ );
$( ‘#bbp_anonymous_author’ ).addClass( ‘form-control col-md-6’ );
$( ‘#bbp_anonymous_email’ ).addClass( ‘form-control col-md-6’ );
$( ‘#bbp_anonymous_website’ ).addClass( ‘form-control col-md-6’ );});
} )( jQuery );
(function ($) {
//Rating icons Show on Hover on Product
$(“.woocommerce_product_list_single”).mouseover(function(){
var rating_width = $(‘.rating’).width();Forum: Themes and Templates
In reply to: [Lavish] can't change default color for hover menu buttonsHi Andrew,
I have installed the custom css plugin. Do I just add the mentioned codes there?
Forum: Themes and Templates
In reply to: [Lavish] can't change default color for hover menu buttonsHi,
i am encountering the same issue. Reading the thread here, I’m just wondering if I will be adding the code from Appearance > Editor? If so, in which part should I be adding it?
Here is my site: http://www.christianlegacy.net
Thank you.Forum: Themes and Templates
In reply to: Lavish Theme – image header missingHi,
Now the banner is completely missing. Can you please let me know to go about this?
Thank you.
Forum: Themes and Templates
In reply to: Lavish Theme – image header missingHi,
Here is the link: http://www.christianlegacy.net/wp/The banners is showing but somehow the size is messed up.