Okay
  Public Ticket #262500
header customization
Closed

Comments

  • saeed started the conversation

    hi,

    I have recently purchased salient, loved it and appreciate you for designing such an amazing theme!

    I need to make the header of this theme like my other Joomla site, www.powerprospertiy.org in which you will notice the logo on the left is horizontally aligned with some text on the right hand and clients logos. Then, the menu is right below it starting from right hand side. I would greatly appreciate it should you be so kind to let me know how to make that change with the code as I am not a developer but can perform minor work myself.

    Thank you for your prompt reply!

    Kindest regards,

    Saeed Irfan

  •  8,839
    Tahir replied

    Hey Saeed!

    I am afraid you wont be able to make it exactly like the joomla site without extensive customization. What you can do is turn on the secondary header option and add the text and image in there. Simply place a div with the text and the html img element. If you are having issues with alignment let us know and we will help you out with some custom css. 

    Thanks


    ThemeNectar Support Team 

  • saeed replied

    Thank you! I have assigned this task now to a freelancer who is currently performing those customizations for me so I will see how that goes.

    By the way, how can I make the main body text black? Which file do I edit and or if there is such a thing as a custom css that I can create and place all of customizations in it?

    Thank you for your prompt reply!

    Kindest regards,

    Saeed

  •  8,839
    Tahir replied

    Hey Saeed!

    In Salient Theme Options-> General Settings section there is a custom css box where you can add the customizations. 

    To change the color of text in body simply use this custom css:

    body {color#000 !important;}

    Cheers


    ThemeNectar Support Team 

  • saeed replied

    Thank you!