ElectroFirepit

Discussion in 'InkThemes-Support Working Hours' started by erikharmon, Aug 30, 2018.

  1. erikharmon

    erikharmon New Member

    Joined:
    Aug 30, 2018
    Messages:
    12
    Likes Received:
    0
    I would like to set custom colors for the background gradient, and the buttons and such.
    Can you point me in the right direction and save me a pile of time in reverse engineering?

    Thanks!!
     
  2. erikharmon

    erikharmon New Member

    Joined:
    Aug 30, 2018
    Messages:
    12
    Likes Received:
    0
  3. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    Greetings from InkThemes,

    To make desirable changes, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    For the background:
    Code:
    body.compass_theme {
        background: #808080;
    }
    For buttons:
    Code:
    .bottom_tagline .bottom_tagline_button a {
        background: #750000;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     
  4. erikharmon

    erikharmon New Member

    Joined:
    Aug 30, 2018
    Messages:
    12
    Likes Received:
    0
    How do I make the background a custom color gradient?
     
  5. erikharmon

    erikharmon New Member

    Joined:
    Aug 30, 2018
    Messages:
    12
    Likes Received:
    0
    Also the button you gave me the css for is the bottom one. I am trying to change the top navigation menu colors. Both the color it is when it is hovered over and the underline that appears when it is hovered over. If you are curious, please check the temporary URL our site is using:
    http://6fe.0c1.myftpupload.com/
     
  6. erikharmon

    erikharmon New Member

    Joined:
    Aug 30, 2018
    Messages:
    12
    Likes Received:
    0
    Also, thank you. For your quick help!
     
  7. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    Greetings from InkThemes,

    Please use the below-mentioned CSS codes for the menu navigation.

    Code:
    #menu li.current-menu-item a, #menu li.current_page_item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover {
        color: #005614;
        background-color: #D6F6D1;
        border-bottom: 2px solid #790021;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     
  8. erikharmon

    erikharmon New Member

    Joined:
    Aug 30, 2018
    Messages:
    12
    Likes Received:
    0
    Hello,
    Now I am trying to use the FA-Cloud icons under "Home Page Feature Setting" and though I have found an example of an icon I want to use, and gotten the html from its link I can't seem to get it to show up. Any suggestions?
     

    Attached Files:

  9. erikharmon

    erikharmon New Member

    Joined:
    Aug 30, 2018
    Messages:
    12
    Likes Received:
    0
    I would also like to change the background color of the Footer section that displays the footer message.
     
  10. erikharmon

    erikharmon New Member

    Joined:
    Aug 30, 2018
    Messages:
    12
    Likes Received:
    0
    I would also like to darken the block behind the text that is in the slider
     
  11. erikharmon

    erikharmon New Member

    Joined:
    Aug 30, 2018
    Messages:
    12
    Likes Received:
    0
    I would also like to remove "Latest From The Blog" from the homepage
     
  12. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello,

    Greeting from InkThemes,

    => Now I am trying to use the FA-Cloud icons under "Home Page Feature Setting" and though I have found an example of an icon I want to use, and gotten the html from its link I can't seem to get it to show up. Any suggestions?

    Kindly send the below-mentioned credential details at [email protected] along with the thread link.

    WordPress Website URL: -
    WordPress Username: -
    WordPress Password: -

    We will do the needful.

    => I would also like to change the background colour of the Footer section that displays the footer message.

    To make the desired changes, just paste the code in the Additional CSS section of the theme.

    Go to (Dashboard->Appearance->Customize->Additional CSS).

    Code:
    .bottom_footer_content {
        background: #580808;
        border-top: 1px solid #350303;
    }
    .bottom_footer_content .copyrightinfo p {
        color: #ffffff;
    }
    => I would also like to darken the block behind the text that is in the slider

    Code:
    .salesdetails {
        width: 472px;
        background: rgba(0, 0, 0, 0.68);
    }
    => I would also like to remove "Latest From The Blog" from the homepage

    Code:
    .feature_blog_content h2 {
        display: none;
    }
    Regards,
    Akbar
    InkThemes.com
     
  13. erikharmon

    erikharmon New Member

    Joined:
    Aug 30, 2018
    Messages:
    12
    Likes Received:
    0
    Hello. When I use the "Full Width Page" template when created a new page it is blank. This is only an issue because we'd like to have pages that don't have a column on the right side dedicated to widgets.
     
  14. erikharmon

    erikharmon New Member

    Joined:
    Aug 30, 2018
    Messages:
    12
    Likes Received:
    0
    We'd also like to change the colors of the H2 H3 H4 and Links. Thank you in advance for your help!!
     
  15. erikharmon

    erikharmon New Member

    Joined:
    Aug 30, 2018
    Messages:
    12
    Likes Received:
    0
    One more thing too. We'd only like to show a single referral, as we are doing it as a "Thank you" to our customers instead.
     
  16. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello,

    Greeting from InkThemes,

    When I use the "Full Width Page" template when created a new page it is blank. This is only an issue because we'd like to have pages that don't have a column on the right side dedicated to widgets.

    Kindly see the video link I am attaching below for the fullwidth page to create.

    https://screenpresso.com/=RL3zc

    This will help you to generate a new fullwidth page.

    Let me know if the issue is some other, then send us the screenshots of the issue by elaborating it.

    We'd also like to change the colors of the H2 H3 H4 and Links. Thank you in advance for your help!!

    To make the desired changes, just paste the code in the Additional CSS section of the theme.

    Go to (Dashboard->Appearance->Customize->Additional CSS).

    Code:
    h1, h2, h3, h4, h5, h6 a {
        color: #dc1515;
    }
    One more thing too. We'd only like to show a single referral, as we are doing it as a "Thank you" to our customers instead.

    Could you please elaborate and share some edited screenshots for this, as didn't understand your requirements.

    I hope all the above information will help you.

    Regards,
    Akbar
    InkThemes.com
     
  17. clark

    clark New Member

    Joined:
    Jan 15, 2019
    Messages:
    1
    Likes Received:
    0
    I recently purchased electric fire pit, we do not have a woo commerce site and do not want one at this time. We do however want to be able to list eight to 12 images just like is shown in the sample page. Instead of add to cart we would want a button for more information and we do like the sale circle at the opt right of the image. I have elector and or beaver so I may be able to add that section using one of the drag and drop builders. I guess that is the next question. First is how can add those images and information without resorting to woocommerce and second is can I use a drag and drop page builder like Elementor or Beaver. Do you have a recommendation for the best builder to work with your theme?
     

    Attached Files:

  18. shemaela21

    shemaela21 Guest Staff Member

    Joined:
    Apr 6, 2019
    Messages:
    855
    Likes Received:
    1
    Hello,

    Thanks for contacting us,

    You can use both the page builders in the theme of ours.

    But the home page is by default in the theme, so you cannot edit the home page by these page builders.

    You can edit the home page via theme options panel only.

    But you can make pages from these page builders according to your need and set the page as home page in the theme.

    Otherwise to make changes in the theme's home page will require customization charges.

    Let us know if you want to customize the theme then we will let you know the charges for that and will share the payment link with you.

    I hope the above information will be helpful for you.

    Regards,
    Shemaela
    InkThemes.com
     

Share This Page