Need some help

Hi there,

For one of my website, I need help to modify some things.

I need someone to connect to the admin page of the site.

Can I have a contact in private chat with someone from the support like for other themes ?

Regards,

Comments

  • Hello,
    The support forum is made only for the questions about the theme or for bug fixing.
    If your website was made by some webdeveloper, you should contact him instead of us.

    But, your question is not clear enough, can you explain it greater?
    Thanks
  • Hello,

    I'm the webdeveloper :)

    I need to know :

    - How-to change the color of icons in contact box
    - How-to change the color for text and navigation arrows in the slider
    - I alose have a problem to verticaly center text over one image


    Unfortunately, as the site is in "construction mode", you cannot see it online. That's why I ask for someone to connect directly to the site :)

    Regards,
  • Hello,
    1) This color cannot be changed through the Theme Options.
    Please use this CSS
    .get_in_touch ul li .icon{
    color:red !important;
    }

    2) Can you send me a link to the screenshot?
    Also, are you talking about our "Slides" feature?

    3) Can you send me a link to the screenshot?
    But with this one, I'll probably need an access to your page to check the source code.
    Thanks
  • Hi there,

    Color : ok, it work. Thank you :)

    2 & 3 : you will find the screenshots here :


    1 screenshot is of the position problems. 2 screenshots are for the "slider" element.

    Thanks to send me a PM if you need access.

    Regards,
  • 2) So, the text color depends on "Text | Color" in Theme Options > Colors
    The arrows can be changed with the CSS code here:
    a.button .button_icon{
    background: red !important;
    }
    3) I need to take a look at your website.
    Is there any chance to send a link to that page here?

    Thanks
  • Hi,

    2 : ok for the arrow. But for the text, if I change it, it change for all the sites and when the background is white, it become unreadable.

    Any other way to change this ?

    3 : I send you a PM ?

    Regards,
  • Please send this information privately thru the contact form which is on the right side at http://themeforest.net/user/muffingroup#contact and we will check what might be the reason.

    Notice!
    Please attach a link to this forum discussion.


    Thanks
  • So, about the color of that slider, you should use it:
    .content_slider .title{
    color:red !important;
    opacity:1 !important;
    }

    For the vertical problem - it will be hard to align it correctly with this html structure.
    I suggest, to create whole this background with text as an png image and then insert it with "Move Up" option.

    Thanks

  • Hi there,

    I think this will be the last problem for this site :

    My site is working great on my desktop but on my smartphone, I have a problem :

    When I land on the homepage, the menu is working.
    If I scroll down then go back up, the menu does not work anymore.

    Can you test it and give me a feedback ?

    Feel free to connect to the site if you have keeped the ID informations.
  • Nevermind : after clearing the cache, it works :)
Sign In or Register to comment.