Okay
  Public Ticket #3847113
Post Loop Builder
Open

Comments

  •  9
    Shane started the conversation

    This feels like a dumb question. But, how do I change the color, button size, and wording on the Post Loop Builder button overlay? Right now it says View, in a small font, and in my old brand color. See screenshot and please advise.

    Thank you, Shane

    Attached files:  view.jpg
      post loop.png

  •  2,033
    Judith replied

    Hi Shane,

    Thanks for writing to us.

    You can adjust the color and size using this CSS:

    .nectar-view-indicator.style-tooltip_text {
        padding: 19px 34px;
    }
    .nectar-view-indicator .color-circle {
        background-color: #c5167d !important;
    }

    As for the text you can change using the Say What plugin with the help of this guide https://themenectar.com/docs/salient/translations/#translating


    I hope this proves helpful for you. If you have any more questions or run into any problems, please feel free to reach out.

    Best regards,

  •  9
    Shane replied

    One more question regarding the same scene. How can I change the font to a custom font that isn't in google fonts?

  •  2,033
    Judith replied

    Hello Shane,

    Thanks for writing back.

    You can adjust the font family using this CSS:

    .nectar-view-indicator.style-tooltip_text span {
        font-family: monospace;
    }

    I hope this proves helpful for you. If you have any more questions or run into any problems, please feel free to reach out.

    Best regards,

  •  9
    Shane replied

    Thanks for that.. but it's a specific font, Alensia. I've uploaded it to media, but don't understand how to reference it in code. 

    On a deeper note, if i upload salient to chatgpt, can i ask chatgpt to write salient specific css code to make modifications?

  •  3,110
    Andrew replied

    Hi Shane,

    Thank you for getting in touch.

    Here's our guide that can assist with this: https://themenectar.ticksy.com//article/9773/.

    I hope that helps.

    Cheers,