Okay
  Public Ticket #2878684
Layout & Padding Setting
Closed

Comments

  •  5
    transbiz-global started the conversation

    Hi dear,

    I would like to ask about the layout and padding setting question of the Salient Theme.

    1. No curve angle and shadows for the text box

    2. Full width to the left and right like the third image shows

    1117487799.png


    6370431399.png

    6434369378.png

    3. How to Change the Title Color of flip box

    1159015729.png


    4. How to Make a blank row in the middle of flip box

    9203963418.png

    5. If there's any Detail Tutorial For each elements in the theme and the effects.

    3836534813.png


    Thank you so much.
    Since I am pretty new for the theme and I really had a hard time try and error, thx


    Best,

    Doris

  •  8,844
    Tahir replied

    Hey Again,

    1. Try adjusting the Button Styling in here and check: 

    1108358880.pngClick on Image to View Larger

    2. Set the Row Type to "Full Width Content" .

    3. Try using the TinyMCE Color Option 

    4989318890.pngClick on Image to View Larger

    4. Add Two Paragraphs in here and the space would appear automatically: 

    8221009619.pngClick on Image to View Larger

    5. Try using the Pre-built Layouts as you would then just have to change the content and not adjust any settings: http://themenectar.com/docs/salient/salient-studio/ .


    Thanks


    ThemeNectar Support Team 

  •  5
    transbiz-global replied

    Hi dear,

    3 & 4 is the Flip box instead of the fancy box 

    wondering if it's possible for the details I mentioned, thanks


    3. How to Change the Title Color of flip box

    4. How to Make a blank row in the middle of flip box

  •  8,844
    Tahir replied

    Could you allow us to log in to your website backend dashboard so we can check on this for you more?. We are gonna need the username and password of admin user as well as the login url.

    Thanks 


    ThemeNectar Support Team 

  •   transbiz-global replied privately
  •  1,878
    Judith replied

    Hi There,

    Please let us know whether these are the flip boxes you are referring to:

    1257403519.png

    Thanks.

  •  5
    transbiz-global replied

    URL https://transbiz.co/amazon-margin-makeover/

    3. How to change the flip box color

    7696828039.png


    4. How to add a blank row of flix box when it flip over to the backside

    2256915649.png


    9761718267.png



  •  8,844
    Tahir replied

    Hey Again,

    Just added the CSS to hid the Horizontal Rule which will act as a separator for the paragraphs:

     

    7367793182.pngClick on Image to View Larger

    1368330019.pngClick on Image to View Larger

    Also to change the color added this inline style: 

    5003751991.pngClick on Image to View Larger

    Thanks 


    ThemeNectar Support Team 

  •  5
    transbiz-global replied

    Hi dear,

    the first time I saw the flipbox title is in red as your code

    but when I update the page, then the code is disappeared and the title become red again


    2300765144.png

    1. Wondering if the css is  like this or I misspell any

    <h3 style="color: #f1113b;">


    2. Whether if I update the page, the code will gone?

    Thanks

  •  8,844
    Tahir replied

    Hey Again,

    Try using this CSS as the inline CSS will probably get removed once the page is updated.

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .flip-box-front h3 {
        color: #f0113b !important;
    }

    Thanks


    ThemeNectar Support Team