Forum Replies Created

Viewing 40 posts - 1,321 through 1,360 (of 2,796 total)
  • Author
  • in reply to: Removing page name and gap #144797
     Laura
    Moderator

    Hello, got it, just add this to style.css of child theme 🙂

    COPY CODE
    
    .page-id-926 h2.article-title {
        display: none;
    }
    .page-id-926 div#main {
        padding-top: 0px !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Remove speech marks on profile #144795
     Laura
    Moderator

    Hello, well, first put the code at style.css of child theme

    COPY CODE
    
    .callout .bp-profile-details:before {
        font: 30px'FontAwesome';
        content: "\f10e" !important;
        color: #09A9D9;
        margin-left: -40px;
        float: left;
    }
    

    The part \f10e is the code of the icon, the icon code you have should look just like that
    About the homepage icons, those are images, status images, you can find them at wp-content/themes/sweetdate/assets/images/icons/steps/ and replace them with your own, but do that at the child theme ( copy the folders to the child theme )

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: hide menu item #144790
     Laura
    Moderator

    Hello, well, you do not need to comment out nothing, just add this to style.css of child theme and it should work 🙂

    COPY CODE
    
    #buddypress #events-personal-li {
        display: none !important;
    }
    #buddypress #files-personal-li {
        display: none !important;
    }
    #buddypress #media-personal-li {
        display: none !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Blog > Full Text: Restrict image size #144537
     Laura
    Moderator

    Hello, try this, at style.css

    COPY CODE
    
    .article-media.kleo-banner-slider div {
        width: 50% !important;
    }
    

    Does it work? 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Search For Members – Not Working #144523
     Laura
    Moderator
    Not marked as solution
    in reply to: Displayed after the search and hide the user all the way #144520
     Laura
    Moderator

    Hello, try by adding this to style.css of child theme

    COPY CODE
    
    #members-all {
        display: none !important;
    }
    

    🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Remove speech marks on profile #144511
     Laura
    Moderator

    Hello, you can hide it using this

    COPY CODE
    
    .bp-profile-details:before {
        display: none !important;
    }
    

    Add it to style.css of child theme

    To change the icon you need the code of the icon ( check fontawesome icon gallery )
    And use this at style.css of child theme

    COPY CODE
    
    .callout .bp-profile-details:before {
        font: 30px'FontAwesome';
        content: "\f10e" !important;
        color: #09A9D9;
        margin-left: -40px;
        float: left;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: JS Issues #144509
     Laura
    Moderator
    Not marked as solution
    in reply to: Menu Items Font Colour #144508
     Laura
    Moderator
    Hello, try by adding this to style.css of child theme :)
    .single-portfolio #header a {
        color: black !important;
    }
    
    in reply to: Title bigger #144506
     Laura
    Moderator

    Hello, try by adding this to style.css of child theme 🙂

    COPY CODE
    
    h1.page-title {
        font-size: 32px !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: A problem with Media #144347
     Laura
    Moderator

    Hola, prueba con

    COPY CODE
    
    .rtmedia-container .rtmedia-list.rtmedia-list-media li {
        width: 63% !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Blog > Full Text: Restrict image size #144323
     Laura
    Moderator

    Hello, try adding this to style.css of chid theme

    COPY CODE
    
    .article-media.kleo-banner-slider div {
        width: 50%;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: make changes in Profile Header #144309
     Laura
    Moderator

    Hello, just add this to style.css of child theme to hide it 🙂

    COPY CODE
    
    #latest-update {
        display: none !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Visual Composer and RevSlider Not Activating #144308
     Laura
    Moderator

    Please update the theme to latest version and the afferent plugins, you can check the plugin update status from wp-admin -> appearance -> install plugins.

    If this is useless please follow these steps to enable wp debug:

    •  Connect to your server by FTP
    • Look in root directory of your WordPress install and open wp-config.php
    • Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
    COPY CODE
    define( 'WP_DEBUG', true );
    
    •   After this line add this:
    COPY CODE
    define( 'WP_DEBUG_LOG', true );
    

    WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).

    Repeat the described actions and then check the debug.log file and let me know what error appears.

    If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.

    After you have disabled the plugins try to see if the error persists.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Why does the h2 not breaks line on mobile #144234
     Laura
    Moderator

    Hello, try with

    COPY CODE
    
    .kleo_text_column.wpb_content_element strong {
        font-size: 18px;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Kleo Menu Problems #144228
     Laura
    Moderator

    Hello 🙂
    1- Try with

    COPY CODE
    
    @media only screen and (max-width:767px){
    .navbar-header .logo {
    text-align: center !important;
    }
    .navbar-header .kleo-mobile-switch{
    float: left !important;
    margin-left: 5px !important;
    margin-top: 5px !important;
    
    }
    }
    

    2- It could be related to a plugin, did you try to deactivate some plugins and try again? 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: How to change color of ‘text’ typing in search bar #144123
     Laura
    Moderator

    Hello, try with this css

    COPY CODE
    
    input.ajax_s.form-control {
        color: white !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Blog > Full Text: Restrict image size #144119
     Laura
    Moderator

    Hello, try using this css

    COPY CODE
    
    img.attachment-kleo-full-width {
        width: 60% !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

     Laura
    Moderator

    Hello, try adding this to style.css of child theme

    COPY CODE
    
    .carousel-profiles img {
        width: 94px !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Embeding from Tumbrl and others sites. #144065
     Laura
    Moderator

    Hola, prueba con este css

    COPY CODE
    
    #embed_post_embed_post .post-footer {
        display: none !important;
    }
    #embed_post_embed_post .post-header {
        display: none !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Mega Menu sub items overlap #143856
     Laura
    Moderator

    Hello, to only affect the Paquetes menu, use this instead

    COPY CODE
    
    li#menu-item-4631 ul.dropdown-menu.sub-menu.pull-left {
        width: 450px !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Register form not working #143855
     Laura
    Moderator

    Please update the theme to latest version and the afferent plugins, you can check the plugin update status from wp-admin -> appearance -> install plugins.

    If this is useless please follow these steps to enable wp debug:

    •  Connect to your server by FTP
    • Look in root directory of your WordPress install and open wp-config.php
    • Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
    COPY CODE
    define( 'WP_DEBUG', true );
    
    •   After this line add this:
    COPY CODE
    define( 'WP_DEBUG_LOG', true );
    

    WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).

    Repeat the described actions and then check the debug.log file and let me know what error appears.

    If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.

    After you have disabled the plugins try to see if the error persists.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

     Laura
    Moderator

    Hello, try adding this to style.css of child theme

    COPY CODE
    
    div#geodir_cpt_categories_widget-2 a {
        font-size: 14px !important;
    }
    div#geodir_cpt_categories_widget-2 h2 {
        font-size: 18px !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: I would like to remove the name field #143852
     Laura
    Moderator

    Hello, try adding this to style.css of child theme

    COPY CODE
    
    dt.bp-field-name.bp-field-id-1 {
        display: none;
    }
    dd.bp-field-value.bp-field-id-1 {
        display: none;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Warning error #143832
     Laura
    Moderator

    Please update the theme to latest version and the afferent plugins, you can check the plugin update status from wp-admin -> appearance -> install plugins.

    If this is useless please follow these steps to enable wp debug:

    •  Connect to your server by FTP
    • Look in root directory of your WordPress install and open wp-config.php
    • Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
    COPY CODE
    define( 'WP_DEBUG', true );
    
    •   After this line add this:
    COPY CODE
    define( 'WP_DEBUG_LOG', true );
    

    WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).

    Repeat the described actions and then check the debug.log file and let me know what error appears.

    If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.

    After you have disabled the plugins try to see if the error persists.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Questions about various things i wanna do :) #143740
     Laura
    Moderator

    Hello 🙂
    1- Understood
    2- Yes, just add this to style.css of child theme

    COPY CODE
    
    .circular-item {
        display: none;
    }
    

    4- I do not know any plugin that does that, sadly 🙁
    6- I can check it out if you share admin credentials 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Edit member list design #143669
     Laura
    Moderator

    Hello, you can assign a css to a page id or any other buddypress page using the correct css class
    For example, for activity page the class would be .directory.activity just before any other css code.

    To add more avatars in a row for example 4 each row, go to your file manager or ftp, find wp-content/themes/sweetdate/members and copy the file members-loop.php , paste t at wp-content/themes/sweetdate-child

    Now edit it and find

    COPY CODE
    
    <div class="four columns">
    

    Replace the four for three

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Mega Menu sub items overlap #143496
     Laura
    Moderator

    Hello, try by adding this to style.css of child theme

    COPY CODE
    
    ul.dropdown-menu.sub-menu.pull-left {
        width: 450px !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: How to add search bar in middle on header #143306
     Laura
    Moderator
    Not marked as solution
    in reply to: Remember me #143303
     Laura
    Moderator

    Please update the theme to latest version 4.0.4 and the afferent plugins, you can check the plugin update status from wp-admin -> appearance -> install plugins.

    If this is useless please follow these steps to enable wp debug:

    •  Connect to your server by FTP
    • Look in root directory of your WordPress install and open wp-config.php
    • Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
    COPY CODE
    define( 'WP_DEBUG', true );
    
    •   After this line add this:
    COPY CODE
    define( 'WP_DEBUG_LOG', true );
    

    WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).

    Repeat the described actions and then check the debug.log file and let me know what error appears.

    If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.

    After you have disabled the plugins try to see if the error persists.

    Also Theme strings and plugins strings can easily be changed by using Loco Translate plugin https://wordpress.org/plugins/loco-translate/
    <h3>A small introduction on how translations work</h3>
    Translatable strings can come from the theme or from the installed plugins. You need to translate the theme or the plugin depending on what section of the site your string is found.

    For example if your string is on your BuddyPress profile then most probably you will need to translate BuddyPress plugin. If you are on the Forums section of your site then bbPress plugin should be the one that needs to be translated. Another example is the rtMedia plugin that adds the Media links to BuddyPress and if you want to translate it then this plugin will contain the string.
    <h3>Follow these steps to get you started:</h3>

    • Install Loco Translate plugin
    • Go to the plugin dashboard: WP Admin – Tools – Manage translations
    • Find the theme or plugin in the list.
    • If the language isn’t already in the list then click Add new language, choose your language and if you are asked where you want to save the language files choose global language directory ( wp-content/languages/ ).
    • Press SYNC button to synchronise your translation with the provided .pot file
    • Search for the string you want to translate and add your translated string.
    • Press Save when you finished your translation.

    Note: You will have to set the language for your blog from WP-admin – Settings – General – Site Language – Choose your language

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: registration form #143301
     Laura
    Moderator
    Not marked as solution
    in reply to: Questions about various things i wanna do :) #143298
     Laura
    Moderator

    Hello 🙂
    1- You need to assign a class to them, i can help you if you share the page, wp admin access and the look you want 🙂

    2- That is not available right now, you might need to edit theme files and that should be done by a developer, member-header file and members-loop files could be useful

    3- That is not available right now but it is a good idea

    4- That is the default message system of buddypress. Do you want to make the subject field bigger?

    5- Just add this to style.css of child theme 🙂

    COPY CODE
    
    li.header-register-button {
        display: none;
    }
    

    6- Go to Sweetdate > Homepage and make sure you deleted the homepage image, if its not that then its the slider

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Fatal error with K-Elements on new update #143294
     Laura
    Moderator

    Please update the theme to latest version and the afferent plugins, you can check the plugin update status from wp-admin -> appearance -> install plugins.

    If this is useless please follow these steps to enable wp debug:

    •  Connect to your server by FTP
    • Look in root directory of your WordPress install and open wp-config.php
    • Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
    COPY CODE
    define( 'WP_DEBUG', true );
    
    •   After this line add this:
    COPY CODE
    define( 'WP_DEBUG_LOG', true );
    

    WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).

    Repeat the described actions and then check the debug.log file and let me know what error appears.

    If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.

    After you have disabled the plugins try to see if the error persists.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Kleo Sign Up’s versus Paid Membership Pro #143075
     Laura
    Moderator

    Sure, just add this to style.css of child theme

    COPY CODE
    
    a.new-account {
        font-size: 18px;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Customization questions #143061
     Laura
    Moderator

    Hello, replaced the codes with

    COPY CODE
    
    #header .btn-profile .button.dropdown  ul li:hover a:not(.button), #header .btn-profile .button.dropdown  ul li:focus a:not(.button) {
        background-color: #7c3341 !important;
        color: #1D1D1D;
    }
    li.header-register-button a {
        background: #e6e6e6;
        height: 26px;
        color: black;
        margin-top: -1%;
    }
    a.tiny.button.radius.btn-logout {
        background: #e6e6e6;
        background-color: #E6E6E6;
        color: #1D1D1D;
        border: 1px solid #E6E6E6;
        width: 95px;
        height: 24px;
    }
    li.relative.btn-profile .show-dropdown a {
        background: #5b0011;
        color: white !important;
    }
    

    OLD Code:

    COPY CODE
    
    .button.secondary {
        background-color: #e6e6e6 !important;
        color: white;
        border: 1px solid #e6e6e6 !important;
    }
    .btn-profile .button.dropdown.split.tiny span {
        width: 20px;
        background: #e6e6e6 !important;
    }
    .btn-profile .button.dropdown.split.tiny span:after {
        border-color: black transparent transparent transparent;
    }
    .btn-profile .button.dropdown ul, .button.dropdown.split.secondary span {
        background: #7c3341 !important;
    }
    ul.no-hover.show-dropdown a {
        color: white !important;
    }
    #header .btn-profile .button.dropdown ul li:hover a:not(.button), #header .btn-profile .button.dropdown ul li:focus a:not(.button) {
        background-color: #702528 !important;
        color:  #1D1D1D;
    }
    a.tiny.button.radius.btn-logout {
        background: #e6e6e6;
        border: #e6e6e6 solid 1px;
    color: black;
    }
    
    a.tiny.button.radius.btn-logout {
        border-left: 1px solid #c3c3c3;
    }
    ul.button-group.radius.right li a {
        background-color: #e6e6e6 !important;
        color: black;
        border: 1px solid #c3c3c3 !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: How to add a ‘Change Profile Photo’ button #142667
     Laura
    Moderator

    Hello, try

    COPY CODE
    
    .change-avatar p {
        display: none !important;
    }
    

    If not working, clean cache 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: 502 bad gateway when updating page #142634
     Laura
    Moderator
    Not marked as solution
    in reply to: Sweetdate #142534
     Laura
    Moderator
    Not marked as solution
     Laura
    Moderator

    Hello, try using this css, add it to style.css of child theme

    COPY CODE
    
    .article-categories {
        width: 300px !important;
    }
    

    About the other issue, please share a screenshot

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: rename “Archive for category” #142507
     Laura
    Moderator

    Hello, just add this to style.css of child theme

    COPY CODE
    
    .archive.category h1 {
        display: none;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

Viewing 40 posts - 1,321 through 1,360 (of 2,796 total)

Log in with your credentials

Forgot your details?