Okay
  Public Ticket #482805
style button and other things...
Closed

Comments

  • Catalina started the conversation

    Hello guys, thank you for the theme ;)

    I'm using it in www.grupoflow.com

    I have sooooome questions (6):

    1. Submit button: I want to give the submit button a different color, but it seems impossible, the theme options > custom CSS just won't let me. How can I give this button a different color or appearance?
    2. Header space in portfolio: I don't need to place a header image for the items in the portfolio and it seems like there's a huge space between the "x" close button and the main title of the project. How can I reduce this gap? (I don't seem to find which class to edit, I've tried to reduce the margins of the container but it doesn't do what I need)
    3. Project loader: I've edited the main loader gif of the site, but I want a different look for the bar that loads the portfolio items as well, I've tried to replace/edit the .gif but it doesn't work. Can I change at least its color?
    4. Translate: In the portfolio I want the word "all" to be translated in spanish, I've edited the .po file but it stills appear "all". Where can I translate this?
    5. "PrettyPhoto": When I open the pop-up video in ¿qué hacemos? section, the url changes to: www.../#prettyPhoto ??? I don't know where to find how to fix this or to show a different url, and when I close the video, the url remains.
    6. "Dancing": I don't know if I've been messing around too much but the site now seems to "dance" up and down randomly and it's a little bit annoying.

    Well, as you can see I'm not expert at all, please let me know if you can help me with this little issues, I will be very glad, thanks in advance.

  •  1,804
    Support replied

    Hello,

    I like your work. Besides the design it loads pretty fast.

    1. Which submit button to be more exact?

    2. try

    .container.external-page .section-title {

    margin-top: 80px;

    }

    for example

    3. here are the styles of portfolio loader gif

    #loader-line-box {

    opacity: 0;

    height: 2px;

    width: 140px;

    left: 50%;

    margin-left: -70px;

    margin-top: 50px;

    background-image: url(images/project-loader.gif);

    background-size: 140px 3px;

    position: absolute;

    }

    so you can actually change the background image

    4. it\'s in the portfolio-page.php line 99, it should be translatable otherwise modify _e(\'all\', THEME_LANGUAGE_DOMAIN);

    5. that\'s the result of the pretty photo on click, i don\'t think it\'s harmful though

    6. the dancing comes from the parallax effect of the services section because of the height of the content (some texts in the slider have two lines others three)


    thanks

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Catalina replied

    Thank you very much! Great support!

    I\'ll go right into it

    To finish my question, the button I want to change color or style is the one in the contact section. Thanks ;)

  •  1,804
    Support replied

    input.wpcf7-form-control.wpcf7-submit {

    background-color: yellowgreen;

    }

    of course you can change the color to whatever you wish

    thanks

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Catalina replied

    We\'re done! Thank you very much for your help.

    Best Regards.