Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1033797

    Hello,
    Situation: I have a “Custom Footer Page”, that is, the footer page is an independent page by itself and is NOT edited via Theme Options->Footer.
    Problem: I need to add reduce the margin top and bottom of the footer page only. I need to know how to give custom CSS class for an entire page.

    Solution Attempts:
    However, I am not able to access its correspnding CSS element since it shares the CSS class with all other pages in the website and is not accessible through its page-id.
    Here is my high-level html code:
    1. <div class=”main_color container_wrap_first container_wrap fullsize” style=” “><div class=”container”>…
    2. <div class=”main_color container_wrap_first container_wrap fullsize” style=” “><div class=”container”>…
    The first code is of the the main page, etc and the 2nd one is of the footer page for all the pages. Please let me know how to identify the footer page and change its margin-top. I tried accessing it through the page id, but footer page id doesnt help. I am not able to find a way to gibe custom CSS class for an entire page.

    Please help!

    #1034390

    Hey ragu5,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    #1034613

    Hello,

    I have created a temporary login link using the instructions you provided.

    Hope this helps!

    #1035108

    Hi ragu5,

    Thanks for giving us admin access.
    I have added this css code in Quick CSS (located in Enfold > General Styling):

    #top #main > .container_wrap:nth-last-child(2) .content {
      padding-top: 10px;
      padding-bottom: 10px;
    }

    which works on all pages.
    Also I have disabled css merging and compression in Enfold > Performance, since changes I made doesn’t seem to take effect or probably cached.

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.