Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #876787
    mallorcanetworks
    Participant

    Hi!
    I´ve just bought thinking it wourld be as easy to configure as others i bought (Bridge, Avada etc…)
    But at first sight aint so easy, or at least for me, here is the question;

    I´ve selected the Stack “Integrity” becuase i like the menu, when i try to design any page i always have a container with shadows, and i am not able to put for example a full witdh image, as you can see in
    http://pre.hotelsacoma.com
    I wanted to remove the shadow of the header too.

    Could you help me?
    Thanks!

    #876816
    mallorcanetworks
    Participant

    Hi!
    I find it myself, with the page layout, no cointainer, 🙂
    Thanks!

    #877285
    mallorcanetworks
    Participant

    Hi!

    Here an other question, it is posible to remove the table margin on tabs? (see http://pre.hotelsacoma.com were ACTIVIDADES)

    Thanks!

    #877378
    mallorcanetworks
    Participant

    Hi!
    I got another question, sorry for the mess but when trying to design the page more doubts came out,

    Recap;
    1.it is posible to remove the table margin on tabs? (see http://pre.hotelsacoma.com were ACTIVIDADES)

    2. I´m trying to add facebook feed and as you see in https://developers.facebook.com/docs/plugins/page-plugin
    they ask me to “Include the SDK para JavaScript on your page once, ideally right after the opening <body> tag.”
    But i cant find the <body> tag, could you help me in this?

    Thanks a lot!

    #877539
    Friech
    Moderator

    Hi There,

    Thanks for writing in! #1 You can add this under Custom > CSS in the Customizer.

    .home .x-nav-tabs.three-up>li {
    	border-width: 0;
    }

    #2 Please follow this posts:
    https://community.theme.co/forums/topic/facebook-javascript-sdk-code/?replyto=352137#post-352343

    https://community.theme.co/forums/topic/facebook-like-box-not-working/#post-792105

    Hope it helps, Cheers!

    #878010
    mallorcanetworks
    Participant

    Hi!

    About #1 It deletes some of the borders but not all, Se image (photoshop mock up showing what i want to achive, as you see i just want to conserve the over grey line)

    About #2 I´m not using the child theme, i use the normal theme, should i add that code in the functions.php?
    And if it´s so, where of the file? at the begining? at the end?

    Thanks!

    #878517
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    .home .x-nav-tabs,
    .home .x-tab-content {
        border: none;
        box-shadow: none;
    }
    .home .x-nav-tabs>li>a {
        background-color: transparent;
    }

    Hope it helps 🙂

    #878744
    mallorcanetworks
    Participant

    Works perfect!

    About my question #2 the facebook SDK thing, could you help me?
    About #2 I´m not using the child theme, i use the normal theme, should i add that code in the functions.php?And if it´s so, where of the file? at the begining? at the end?

    And another question #3 – It is posible to remove the shadow on the bottom of the footer widget area?

    Thanks!

    #879478
    Friech
    Moderator

    Hi There,

    Actually that line above social media icon on the footer is the top-border with shadow of the bottom footer. Please add this to your custom CSS.

    .x-colophon.bottom {
    	box-shadow: none;
    	border-width: 0;
    }

    We strongly, recommend that you install a child theme, you can download it here: https://community.theme.co/child-theme/

    Install that child theme like how you installed the parent X|Theme.

    After installing, edit your child theme’s functions.php file. Append the given code (on the posts we provided above) just below this line.

    // Additional Functions
    // =============================================================================

    Make sure you activate the child theme.

    Hope it helps, Cheers!

    #879642
    mallorcanetworks
    Participant

    Hi!
    About the footer, i wanted to delte the topfooter bar (see the image attached)
    And i want to change the footer backgroudn color, but i cant find thgat option in the config, could you help me?

    About installing a child, i have donde some work configuring and crating content, if i install the childtheme will i loose all that work?

    Thanks!

    #880036
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    ooter.x-colophon.bottom {
        background-color: #efefef;
    }
    footer.x-colophon.top {
        border: none;
        box-shadow: none;
        background-color: #efefef;
    }
    

    Installing child theme won’t alter any of your current contents. Before activating child theme, export customizer settings under X Addons menu and after activating child theme, import it again.

    For more information check this link : https://community.theme.co/kb/how-to-setup-child-theme

    Hope that helps.

    #880056
    mallorcanetworks
    Participant

    Works perfect!
    About the child theme i going to read weel the process and test doing it,

    Another question, can i remove the container of the gallery? At least the shadow and outline srrouding it (http://pre.hotelsacoma.com/galeria/)

    Thanks for the efective and quick responses, 5 stars for your theme!

    #880968
    Friech
    Moderator

    Hi There,

    To remove the border and shadows of the recent post, you can add this custom css on your customizer.

    .x-recent-posts a.x-recent-post1 {
    	box-shadow: none;
        border-width: 0;
    }

    Hope it helps, Cheers!

    #882092
    mallorcanetworks
    Participant

    Works perfect!
    Thanks for the quick and effective response!

    #882770
    Prasant Rai
    Moderator

    You are most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-876787 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>