Forum Replies Created
-
Author
-
LauraModerator
Hello, for 1: This should do it
Add this css to style.css or quick cssCOPY CODE.popover-content { color: black !important; }
Could you share credentials so i can check out point 2? 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
LauraModeratorHello, please try this css in style.css or quick css
COPY CODEbody { background-repeat: no-repeat !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
LauraModeratorHello, sweetdate has different features, kleo has that but sweetdate right not doesnt, maybe in a new release.
To add the update, please go to wp-content/themes/sweetdate/members and copy members-loop.php and paste it in wp-content/themes/sweetdate-child/members (create the folder if its not there)Now, edit the file and find
COPY CODE<div class="search-body"> <?php do_action( 'bp_directory_members_item' ); ?>
Then just below that, add this
COPY CODE<span class="update"> <?php bp_member_latest_update(); ?></span>
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
LauraModeratorHello, please add this
COPY CODE.fl-builder .wrap-content { margin-left: -1px; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
LauraModeratorHello, you dont need a plugin, just custom css, place this code in style.css or quick css
COPY CODE.tabs.info dd a, .tabs.info li a, #main #object-nav ul li a { color: #6f6f6f; display: block; height: 40px; line-height: 40px; padding: 15px 20px; font-size: 12px; text-transform: uppercase; font-family: inherit; font-weight: normal; } .tabs.info dd a, .tabs.info li a, #main #object-nav ul li a { color: #C3C3C3 !important; display: block; font-size: 13px; height: 40px; line-height: 40px; padding: 0px 10px; } a#user-notifications:before { content: "\f0a2" !important; } a#user-activity:before { content: "\f039" !important; } a#user-xprofile:before { content: "\f007" !important; } .tabs.info dd.active a, .tabs.info li.active a, #object-nav ul li.current a, #object-nav ul li.selected a, .tabs.info dd.active, .tabs.info li.active, #object-nav ul li.selected, #object-nav ul li.current { border: none !important; } div#item-nav { margin-top: -10%; width: 160%; } a#user-messages:before { content: "\f003" !important; } a#user-friends:before { content: "\f0c0" !important; } a#user-friends:before { content: "\f118" !important; } a#user-forums:before { content: "\f0e6" !important; } .item-list-tabs.no-ajax#object-nav a:before { font: 400% "FontAwesome"; content: "\f144"; display: block; text-align: center; transition: all 0.4s ease-in-out 0s; } a#user-settings:before { content: "\f013" !important; } div.item-list-tabs#object-nav { margin-top: 0; color: #6f6f6f; display: block; height: 40px; line-height: 40px; padding: 15px 50px 50px; font-size: 12px; text-transform: uppercase; font-family: inherit; font-weight: normal; } div#item-nav { margin-top: -10%; width: 160%; padding-bottom: 60px; } .tabs.info, #object-nav ul { list-style: none; border-bottom: solid 1px #e6e6e6; display: block; height: 100px; padding: 0; margin-bottom: 40px; } div#bp_core_members_widget-7 { color: #777777; margin-top: 25%; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
LauraModeratorHello, just replace the css code with
COPY CODE.location:before { font: 130% "fontello"; content: "\e9a0"; display: block; text-align: center; transition: all 0.4s ease-in-out 0s; margin-left: 44.5%; position: absolute; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
LauraModeratorHello, should be at wp-content/plugins
If you dont have it, create one, name it bp-custom.php and place this inside:COPY CODE<?php $dir = __DIR__ . '/../uploads'; $uri = get_bloginfo('siteurl') .'/wp-content/uploads'; define( 'BP_AVATAR_UPLOAD_PATH', $dir ); define( 'BP_AVATAR_URL', $uri ); ?>
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
LauraModeratorHello, use this css in quick css or style.css
COPY CODE.location:before { font: 130% "fontello"; content: "\e9a0"; display: block; text-align: center; transition: all 0.4s ease-in-out 0s; margin-left: 44.5%; margin-top: 1.3%; position: absolute; }
And replace the php code with
COPY CODEadd_action( 'bp_profile_header_meta', 'display_user_Location' ); function display_user_Location() { $args = array( 'field' => 'Location' ); $Location = bp_get_profile_field_data( $args ); if ($Location) { echo '<div class="location"> </div>' . $Location; } }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
LauraModeratorHello, this should make it full width, please add it to style.css or quick css in child theme
COPY CODE.fl-builder #main-container.container { max-width: 100% !important; width: 1600px; margin: 0px !important; padding: 0px !important; } .fl-row-bg-video .fl-bg-video video { bottom: 0; left: 0px; position: absolute; right: 0; top: 0px; width: 100% !important; height: auto !important; } .fl-builder .wrap-content { margin-top: -40px; } .fl-row-fixed-width { max-width: 1400px; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
LauraModeratorHello, this should fix the styling
COPY CODEinput#members_search { margin-top: -12%; }
Please add it to style.css or quick css
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
LauraModeratorHello, sorry for the delay, we could delete the tags with css but it would hide the categories as well
This css should hide it. Add it to style.css or quick cssCOPY CODE.article-meta.clearfix .link-list { display: none; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
LauraModeratorHello, you can select your default role in wordpress admin Settings.
You can use this code in header.php or footer.php of child theme.
This will hide a members profile fields information for not logged in members.
They will still see photo but not the fields.COPY CODE<?php if ( is_user_logged_in() ) { } else { ?> <style type="text/css" media="screen"> dl.dl-horizontal p { display: none; } dl.dl-horizontal dd:after { content: 'LOGIN TO SEE'; } </style> <?php } ?>
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
LauraModeratorHello, this should work, let me know 🙂
COPY CODE<?php if ( is_user_logged_in() ) { ?> <style type="text/css" media="screen"> .form-wrapper { display: none; } </style> <?php } ?>
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
LauraModeratorHello, try to add this to p-custom.php in your plugin folder
COPY CODE$dir = __DIR__ . '/../uploads'; $uri = get_bloginfo('siteurl') .'/wp-content/uploads'; define( 'BP_AVATAR_UPLOAD_PATH', $dir ); define( 'BP_AVATAR_URL', $uri );
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
LauraModeratorHello, can you try to replace your code with
COPY CODEadd_action( 'bp_profile_header_meta', 'display_user_Location' ); function display_user_Location() { $args = array( 'field' => 'Location' ); $Location = bp_get_profile_field_data( $args ); if ($Location) { echo '<div class="location">Location: </div>' . $Location; } }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
LauraModeratorHello, please try with:
COPY CODE@media (max-width: 991px) { .article-content { margin-top: 90px; } #header { position: absolute; z-index: 1; } }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
LauraModeratorHello, please add this to quick css or style.css of the child theme
COPY CODEli#menu-item-638 { padding-bottom: 1px; } li#menu-item-737 { padding-bottom: 1px; } li#menu-item-763 { padding-bottom: 1px; } li#menu-item-868 { padding-bottom: 1px; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
LauraModeratorHello, try this instead 🙂
COPY CODE<?php if ( bp_is_my_profile() ) { ?> <style type="text/css" media="screen"> #profile { display:none; } </style> <?php } ?>
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
LauraModeratorHello, the menu sticky should look fine now, let me know i you need anything else 🙂
codeCOPY CODE.contain-to-grid.sticky.fixed .top-bar { max-width: 13% !important; margin: 0 auto; margin-left: 360px !important; margin-top: 10px !important; } .contain-to-grid.sticky.fixed ul#menu-mypeertutors { margin-left: 270px !important; margin-top: -24%; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
LauraModeratorHello, i think i know the issue, add this istead:
COPY CODE<?php if ( is_user_logged_in() ) { <style type="text/css" media="screen"> .form-wrapper { display: none; } </style> } else { ?>
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
LauraModeratorHello, please try with
COPY CODE@media (max-width: 991px) { .article-content { margin-top: 50p !important; } }
Let me know 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
LauraModeratorHello, so here is the code, please add it to your header.php ( or footer.php ) of child theme
COPY CODE<?php if ( !bp_is_my_profile() ) { <style type="text/css" style="display: none"> div#profile { display: none; } </style> } ?>
It should hide the profile
Let me know if it works 🙂Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
LauraModeratorHello, please add this css to quick css or style.css of child theme
COPY CODE.field-visibility-settings, .field-visibility-settings-toggle, .field-visibility-settings-notoggle { color: #888; clear: both; display: none; }
🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
LauraModeratorHello, please add this:
COPY CODE@media (max-width: 991px) { .col-sm-3.col-xs-5.wpb_column.column_container { margin-left: 30%; } .col-sm-4.col-xs-5.wpb_column.column_container { margin-left: 30%; } }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
LauraModeratorHello, please try to deactivate your plugins by ftp, go to wp-content and rename plugins folder to plugins1, then try to access. If it works means that the issue was one of your plugins, you can rename it back to plugins and test to activate one by one so you can find the issue.
If not, go to ftp and in wp-config.php, add the following just after “That’s all…”
COPY CODEdefine('WP_DEBUG', true);
Then reload your website, does it show a text? if so, can you post it?
If it doesnt, please contact your hosting provider, maybe there is something we dont see.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
LauraModeratorHello, please copy header.php of main theme and paste in in child theme folder, then add this code just after the <head> tag
COPY CODE<?php if ( is_user_logged_in() ) { <style type="text/css" media="screen"> .form-wrapper { display: none; } </style> } else { ?> <?php } ?>
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
LauraModeratorHello, this should hide them
COPY CODE@media (max-width: 991px) { .sidebar.sidebar-main.col-sm-3.sidebar-right { display: none; } }
Let me know if you need anything else! 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
LauraModeratorHello, this will do it
COPY CODEdiv#footer .twelve p { color: white !important; }
Let me know if you need anything else 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
LauraModeratorHello, you could try with
COPY CODEdiv#socket { border-bottom-left-radius: 960px 330px !important; border-bottom-right-radius: 960px 330px; width: 1531px; margin-left: 26px; margin-top: -6px; } #footer { font-weight: 300; border-bottom-left-radius: 30px 390px !important; border-bottom-right-radius: 30px 390px !important; }
And play with the numbers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
LauraModeratorHello, try with:
COPY CODE#header .four.columns { margin-left: 330px; margin-bottom: -80px; } .eight.columns.login-buttons { margin-left: 700px; width: 200px; } @media only screen and (max-width: 940px) { #header .four.columns { margin-left: 0px !important; margin-bottom: 0px !important; } .eight.columns.login-buttons { margin-left: 0px !important; width: auto !important; } }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
LauraModeratorHello, the widgets do not show for me, what phone are you using? Have you tried cleaning the browser cache of your phone?
This is the code to hide the points in mobile ( add to style.css or quick css )
COPY CODE@media (max-width: 991px) { .balancemenu { display: none; } }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
Attachments:
You must be logged in to view attached files.LauraModeratorHello, please apply the code again so i can see it and fix the mobile view 🙂
This should fix the widget colorCOPY CODE.widgets-container.footer_location .panel { background: #444444; border: solid 1px #444444; margin: 0 0 22px 0; padding: 20px; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
LauraModeratorHmm something is wrong in that code, please replace with
COPY CODE@media only screen and (max-width: 767px) { .reveal-modal, .reveal-modal.small, .reveal-modal.medium, .reveal-modal.large, .reveal-modal.xlarge { width: 80% !important; top: 15px !important; left: 50% !important; margin-left: -40%; padding: 20px !important; height: auto; } } .six.columns { color: black; } .header-bg.clearfix { height: 60px !important; } @media (max-width: 991px) { .article-content { margin-top: 20px; } } .navbar-nav li > a { font-size: 16px !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
LauraModeratorHello, fixed the mobile css, also added the credits to your menu, was just adding the shortcode, no need to add that script. I added the folder page-parts to your child theme, then pasted the main theme file “general-header-section.php”
Edited and added thisCOPY CODE<div class="balancemenu"><?php echo do_shortcode( '[mycred_my_balance]' ); ?></div>
Just after the div class “container”
Finally, added this css to move it so it looks good
COPY CODE.balancemenu { margin-left: 80%; position: absolute; margin-top: 2.2%; } div#header { height: 90px; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
LauraModeratorHello, please try with
COPY CODEdiv#kleo-login-modal { background-color: white !important; }
Let me know if it works! 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
LauraModeratorHello, this can be done with this css, please add it to quick css or style.css of child theme
COPY CODE.contain-to-grid .top-bar { max-width: 1000px; margin: 0 auto; margin-left: -150px; margin-top: 3%; } .top-bar ul.left { float: left; width: auto; margin-bottom: 0; width: 900px; } #logo img { display: block; float: left; margin-left: 330px; }
Please let me know if it works 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
LauraModeratorHello, so this should hide the widgets on the mobile view, please add it to quick css or style.css
COPY CODE@media (max-width: 991px) { div#footer { display: none; } }
About the mycred, could you please share ftp credentials? 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
LauraModeratorHello, try to ad this to quick css or style.css in child theme 🙂
Does it looks like you wanted?COPY CODE@media (max-width: 991px) { #buddypress .standard-form div.submit input { margin-right: 180px; width: 100%; } }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
LauraModeratorHello, for front page, try adding this to child theme style.css or quick css
COPY CODE@media (max-width: 991px) { .article-content { margin-top: 70px; } }
Please let me know if it fixes other pages. If not 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 solutionLaura 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 🙂
July 15, 2015 at 22:54 in reply to: how can I hide header and footer from entire site in mobile layout? #68483LauraModeratorHello, please add this to quick css or style.css
COPY CODE@media (max-width: 991px) { div#header { display: none; } div#footer { display: none; } }
This will hide your header and footer for mobile
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
-
AuthorPosts