Home Forums Search Search Results for 'css'

Viewing 10 results - 661 through 670 (of 3,138 total)
  • Author
    Search Results
  • #34284

    In reply to: Size of dropdown menu

    Hi,

    Please add below code to JanStudio > Theme Option > General Layout > Custom CSS

    .header-5 .jas-menu ul a {
    	font-size: 15px;
    }

    and change 15 with your number.

    Kind regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    #34282

    Hi,

    Please add below code to Claue > Theme Option > General Layout > Custom CSS

    .bottom-sidebar {
    	max-width: 1170px;
    	margin: 0 auto;
    	width: 100%;
    }

    Kind regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    #34277
    murphyk8
    Support Expired

    3. Thank you, that does remove the background image but leaves the background as grey. Changing the colour in the settings doesn’t seem to work at all.

    I also tried adding further custom CSS to update the colour (to the same colour I have selected in the UI). While that does affect the colour for some reason that results in a different colour showing than the one added in the CSS:

    .page-head {
    background-image: inherit;
    background-color: #1e73be !important;
    padding: 50px 0;
    }

    But the resulting colour on the page is #081D30 (image attached)

     

    4. That is a pity, but thank you for confirming.

     

     

    Attachments:
    You must be logged in to view attached files.
    #34267

    Hi,

    1. You can change background and text in mini-cart by add below code to JanStudio > Theme Option > General Layout > Custom CSS

    .jas-mini-cart.jas-push-menu {
    	background: #fff;
    }
    
    .jas-mini-cart.jas-push-menu {
    	color: #002138;
    }
    
    .jas-mini-cart .variation,
    .jas-mini-cart .quantity,
    .widget_shopping_cart .variation,
    .widget_shopping_cart .quantity {
    	font-size: 12px;
    	color: #999;
    }

    and change #999 as you want

    2. Please add below code to JanStudio > Theme Option > General Layout > Custom CSS

    .header-5 .jas-menu > li > a {
    	font-size: 16px;
    }

    and change 16 to your number

    Kind regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    #34266

    Hi Murphy,

    3. Please add below code to JanStudio > Theme Option > General Layout > Custom CSS

    .page-head {
    	background-image: inherit;
    }

    4. I’m sorry it doesn’t option to select knowledgebase category as dropdown, it only have option to show list of articles.

    Kind regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    #34260
    [Resolved]

    Topic: Issues Configuring HelpDesk theme

    in forum HelpDesk
    murphyk8
    Participant

    Hi there,

    I ran into a few issues when trying to update the way the theme displays:

    Number 1

    Related to previous topic where I closed the request out too early – http://support.janstudio.net/forums/topic/remove-my-account-from-the-header/.

    I want to remove the ‘My Account’ button from the header section. The previously suggested solution of adding CSS is not suitable:

    .jas-account-menu {
    display: none;
    }

    That hides the button visually and was fine until I added a menu. The button still takes up space in the layout causing header menu to position badly. So I need a better solution for this.

     

    Number 2

    In the default footer ‘Follow Us’ widget there are a number of icons used utilising Font Awesome for the relevant social media links. I want to add a link to our blog but when I try to use the Font Awesome icon for a blog it doesn’t seem to work correctly:

    <i class=”fas fa-blog”></i>

    How can I add a relevant icon for a link to our blog?

     

    Number 3

    The default page headers for all sections use the background image ‘/assets/images/page-head-bg.jpg’ and I am trying to change that to use a background colour instead.

    I have found settings in JanStudio > Theme Options that seem to be designed to set this but there is no image assigned in the setting and when select a colour using the colour picker nothing changes. What do I need to do to remove the default image and replace it with a colour?

     

    Number 4

    There doesn’t seem to be a widget to include the Knowledgebase categories in the sidebar. There is an option to include the standard blog categories. Is there a way to include the Knowledgebase Categories that I have missed?

     

    Number 5

    The Knowledge Base category pages don’t seem to be getting generated correctly. The categories exist but if you use the relevant links they return 404 errors.

     

     

    #34253

    Hi bạn,

    Cái plugin Disqus này có thể custom layout giống như này https://ps.w.org/disqus-comment-system/assets/screenshot-6.png?rev=1636350, chứ cái form comment mặc định của WordPress ko thể làm được như link bạn gửi.

    hoặc bạn có thể dùng plugin Facebook comment https://wordpress.org/plugins/gs-facebook-comments/ nhưng vẫn phải custom lại style sử dụng CSS

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    #34247

    Hi Murphy,

    Thank you for choose our theme.

    Please add below code to JanStudio > Theme Option > General Layout > custom CSS

    .jas-account-menu {
    	display: none;
    }

    Kind regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    #34207

    btw the code in style.css and function.php is code from developer.  please don’t delete anything without letting me know because they are working on project.  i will upgrade tonight or by morning.

    #34199

    ok nothing i did seems to fix this.  its very annoying and doesn’t happen on any other sites on my mobile.  i removed all of the CSS additional code temporarily and tested it and still does that.  can you help me figure out where the error is coming from. every page is doing this.  https://bestfitbybrazil.com.  even my sandbox.bestfitbybrazil.com is doing same thing.

Viewing 10 results - 661 through 670 (of 3,138 total)