Okay
  Public Ticket #2298073
adapting colours and margins
Closed

Comments

  • Fennemenaal started the conversation

    Hi,

    I would like to make two changes to the appearance of my website (see screenshot attached), but I can't figure out how to do it:

    1. change the color of the site name (the title text 'Wayfinding.studio' at the top left)

    2. apply the same margins for the content (text 'Hoe help ik ... etc ... ' and portfolio images) and the header text 'Wayfinding.studio helpt ... etc ...' for all pages. 

    Thanks in advance,

    Fenne

  •  675
    Neuron replied

    Hi Fenne,

    1) In the theme you can either use the header that comes as default where you can upload the logo from Customizer and manage it from there or via Elementor where you can create headers and assign them to different pages, so please hover onto button Edit with Elementor and see if there appears a header template. https://prnt.sc/ppaaad

    Click onto the template and the editor for that template will be opened where you can easily edit it.

    - Video Tutorials about header builder.

    2) You can add padding to the main wrapper. The CSS should be added to Appearance > Customize > Additional CSS.

    .l-theme-wrapper .l-main-wrapper {
        padding-top: 60px !important;
    }
    // For mobile
    @media (max-width: 991px) {
        .l-theme-wrapper .l-main-wrapper {
            padding-top: 20px !important;
        }
    }
    

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  •   Fennemenaal replied privately
  •  675
    Neuron replied

    Hi,

    A) Please remove the comment, it is not being rendered correctly.

    - https://prnt.sc/r1nm5v

    B & C & D) Please provide me with your wp-admin, so I can check the website live. I am not able to see due the coming soon mode.

    I will let you know also how you can fix these issues.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  •   Fennemenaal replied privately
  •  675
    Neuron replied

    Hi,

    Please add the following style, this will center the main wrapper. Add it on Appearance > Customize > Additional CSS.

    .l-theme-wrapper {
        margin-left: auto !Important;     margin-right: auto !important;
    }

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  •   Fennemenaal replied privately
  •  675
    Neuron replied

    Hi,

    Can you please provide me with your wp-admin? I will have a quick look and see how that can get fixed, make sure to tick private on the reply.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  •   Fennemenaal replied privately
  •   Neuron replied privately
  •   Fennemenaal replied privately
  •  675
    Neuron replied

    Hi,

    Can you please change the role from subscriber to administrator, I was not able to edit the Custom CSS or anything else.

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  •   Fennemenaal replied privately
  •  675
    Neuron replied

    Hi,

    I am very sorry for the late reply, we were not working on the weekend.

    Please check it again, it seems like an issue when using site width and the theme borders, the fix will be make in the 2.0.5 version, but nothing to worry I've changed the code for you.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  •   Fennemenaal replied privately
  •  675
    Neuron replied

    You are welcome anytime, feel free to ask for anything you needsmile.png

    If you like our theme, please leave us a rate with 5 stars at ThemeForest, that would help us a lot.

    Kind Regards,
    NeuronThemes


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.