Home Forums Themes Support Aqua WordPress Theme Membership and buy button

Viewing 17 reply threads
  • Author
    Posts
    • #9805

      Hello,

      In membership, price, unit and per time are not showing on mobile. Only the image is appearing.

      Also how can I change the buy now button color without modifying css?

    • #9812

      Hi Locasproj,

      Thanks for reaching us. And sorry for the issue.
      Could you please give me Admin info?
      We will fix it for you.

      Thanks!

    • #9829
      This reply has been marked as private.
    • #9934

      Hi again,

      Sorry for the delay!
      You can give us at this ticket.
      Don’t forget set private for the reply!

      Thanks!

    • #9946
      This reply has been marked as private.
    • #9949

      Hi!
      Price is showing on mobile.
      to change color for special button, please right click on it, choose inspect, then get their CSS path: http://prntscr.com/gytt78 , than style for it in custom CSS
      http://prntscr.com/gytvgw
      Example:

      /* Style for 1 button */
      .ro-advertise-2 .ro-btn-bd-2.ro-btn-bd-pink{
          color: #aaaaaa; /* replace aaaaa by your color*/
          border-color: #aaaaaa;
      }
      /* color when mouse hover */
      .ro-advertise-2 .ro-btn-bd-2.ro-btn-bd-pink:hover{
          color: #bbbbbb; /* replace bbbbbb by your color*/
          border-color: #bbbbbb;
      }
      /* End Style for 1 button*/

      you can finr some color code here: http://htmlcolorcodes.com/ http://prntscr.com/gytxe8

      To change primary color, you can change here: http://prntscr.com/gytwpl

    • #9951
      This reply has been marked as private.
    • #9996

      Hi! I changed it for you!
      http://prntscr.com/gzlqpg http://prntscr.com/gzlqs1
      Thank for waiting!

      You shouldn’t edit style.css file, because it is rended automatic, all your change will be lost. Please read our document to view more

    • #10049
      This reply has been marked as private.
    • #10192

      Hi again,

      If you want to restore the content at the footer. You need import the widget once again.
      I recommend you should go to edit the information at Widgets. And then style for the footer.
      If you have trouble, we will assist you.

      Thanks!

    • #10205
      This reply has been marked as private.
      • #10261

        Hi!
        We have edited. Please check again. We found an error when you forgot to close the tag.

    • #11253
      This reply has been marked as private.
      • #11269

        Hi!
        Your home page uses links #home. After going through the contact page, there will not be a link to the homepage. Because the home page does not have a specific path.
        http://prntscr.com/hg4rwh

    • #11297
      This reply has been marked as private.
    • #11523

      Hi I do it for you!
      we recommend that you should make your menu as Main Navigation http://prntscr.com/hjoe79 so you dont need config for each page!

      Thank you for contact us!

    • #11525
      This reply has been marked as private.
    • #11526

      Hi Locasproj,

      It’s done for you!
      If you need more assistance from us, please get back to us!
      Thanks!

    • #11556
      This reply has been marked as private.
    • #11566

      Hi!
      In our design, only menu corresponding to activated page will have underline.
      Three first your item is in homepage so it is activated.
      I did it for you!
      Thank you for contact us!

Viewing 17 reply threads

You must be logged in to reply to this topic.