Ava

Forum Replies Created

Viewing 15 posts - 1,861 through 1,875 (of 1,896 total)
  • Author
    Posts
  • in reply to: Profile style issues #186059
    Ava
    Member
    Hi fwu Here the Design of both page got affected because of the additional Plugin. Please check that plugin you have installed because its CSS file conflicting with the design of the pages. Check the screenshot, I have mention the CSS file name which causing this issue. For Reference: http://prntscr.com/lnihkj For Reference: http://prntscr.com/lnikwk
    in reply to: quiz page layout #186057
    Ava
    Member
    Hi letsdowebsite For the case of buttons, we can't move that from top to bottom. And for other issues, please confirm seeing the screenshot below, Are these marked content you want to remove? Refer: https://prnt.sc/lnh49a
    in reply to: Social Profile links for instructors/users #186037
    Ava
    Member
    Hi fwu Yes, that is possible from back-end. Please follow the below steps to get custom social fields for user.   1)Go to WP Admin – Users – Profile Fields 2)Click on Profile Fields and click to Social Profiles. 3)Here, you can Click on "Add New Field" for your new social profile. Refer: http://prntscr.com/lngqyf 4)Note that the name of the social profile field label should match exactly with the name of the social media website, for example for Facebook profile link, the label of the social profile field should be “facebook” using the label, we detect the icon of the social site which is displayed on various locations.
    in reply to: Change Header Menu Hover Color #186035
    Ava
    Member
    Hi pablocanedoq Please add the below custom Css code to WP Admin – Appearance – customize - custom css - publish   .minimal nav li a:hover, .minimal nav li:hover>a, .minimal nav li.current_menu_item>a, .minimal nav li.current_page_item>a, .minimal.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .minimal.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a, .elegant #buddypress .item-list-tabs#subnav ul li.current a, .elegant.single-course #item-nav div.item-list-tabs#object-nav li.current a, .elegant.directory.d3 #buddypress .item-list-tabs li.selected a, .elegant.directory.d4 #buddypress .item-list-tabs li.selected a, .elegant.bp-user.p4 #buddypress .item-list-tabs#subnav li.selected.current a, .elegant.single-item.groups.g4 #buddypress .item-list-tabs#subnav li.selected.current a { color: #637a8c !important; }   .course nav.menu-main-menu-container ul#menu-main-menu li:nth-child(1)>a>strong { color: #637a8c !important; }  
    in reply to: Login window style #186031
    Ava
    Member
    Hi milla202012 Please add the below custom Css code to wp-admin > WPLMS > Miscellaneous > Custom CSS   .logged-out #vibe_bp_login .fullscreen_login #vbp-login-form { background: lightgray !important; } #vibe_bp_login #vbp-login-form label>a { color:#444 !important; }
    in reply to: Correct the design #185630
    Ava
    Member
    Hey Omarsy   Issue: Profile Layouts Please go to Wp-admin -> Appearance -> Customise -> Layouts You can choose from the profile layouts here. Refer: http://prntscr.com/llzhh9 For other issues, Please add the below custom Css code to WP Admin – Appearance – customize - custom css - publish   .rtl .category.col-xs-6{ width:100%; } .rtl .vc_gitem-post-data-source-post_title h4{ text-align:right; } .taxonomy_carousel .flexslider .slides img { height: inherit; } .home a.term_block .term_name:after { background: rgba(96, 95, 84, 0.52) !important; }   Please let us know if this help you! Regards
    in reply to: main menu background color #185611
    Ava
    Member
    Thanks for confirming. I am closing this topic.
    in reply to: Login page colour #185608
    Ava
    Member
    Hey groundfloorlabs Issue: To change background color of login page You can change the color according to you. Please paste the below Custom code CSS to wp-admin > WPLMS > Miscellaneous > Custom CSS   body.login { background: #38c3e6; } Hope this works for you, let us know.  
    in reply to: Remove "Header Top" #185599
    Ava
    Member
    Hey finestinnenleben Please add the below custom Css code to. WP Admin – Appearance – customize - custom css - publish   #headertop .topmenu . vbplogin, #headertop .topmenu .vbpregister{ display: none !important; }  
    in reply to: font on course page #185589
    Ava
    Member
    Hey MeesterGijs Please add the below custom Css code to WP Admin – Appearance – customize - custom css - publish   .course_finish > p:nth-child(6){ font-weight: 400 !important; font-size: 16px !important; }   Hope this help you.
    in reply to: Change Header Menu Hover Color #185586
    Ava
    Member
    Hi pablocanedoq Please add the below custom Css code to WP Admin – Appearance – customize - custom css - publish   #global ul#menu-main-menu .menu-item-has-children a:hover{ color: #637a8c !important; } #global ul#menu-main-menu .menu-item-has-children .sub-menu li a:hover{ color: #31c6ae !important; } #global nav li:hover .sub-menu>li>a{ color: white !important; } #menu-main-menu>li:hover a{ color:#637a8c !important; } #menu-main-menu .menu-item-has-children:hover a{ color:#637a8c !important; } #global ul#menu-main-menu .hasmegamenu .sub-menu a{ color: white !important; } #menu-main-menu .menu-item-has-children:hover a{ color:#637a8c !important; }  
    in reply to: Remove login on mobile menu #185503
    Ava
    Member
    Hi jufirstm Issue: Hide the login option from website Please add below custom Css code to WP Admin – Appearance – customize - custom css - publish #headertop .topmenu . vbplogin{ display: none !important; }
    in reply to: font on course page #185493
    Ava
    Member
    Hi Please add the below custom Css code to WP Admin – Appearance – customize - custom css - publish   .course_finish .accordion .accordion-inner p{ font-weight: 400 !important; font-size: 16px !important; } .course_finish > p:nth-child(4){ font-weight: 400 !important; font-size: 16px !important; } .course_finish > p:nth-child(5){ font-weight: 400 !important; font-size: 16px !important; }
    in reply to: styling accordion #185482
    Ava
    Member
    Yes, I am new in the team. Its my pleasure helping you out on this. Thanks for confirming, I am closing this topic.
    in reply to: Correct the design #185481
    Ava
    Member
    Hey Omarsy Issue: Widget Styling Please add the below custom Css code to WP Admin – Appearance – customize - custom css - publish   .taxonomy_carousel a.term_block{ border-bottom-left-radius: 50%; border-top-left-radius: 50%; border-top-right-radius: 50%; border-bottom-right-radius: 0; height: 330px !important; } You can customize its blocks from here Refer: http://prntscr.com/llj5yt   For customization of font, please take check the below URL Refer: https://wplms.io/support/knowledge-base/add-custom-fonts-in-wplms/
Viewing 15 posts - 1,861 through 1,875 (of 1,896 total)