Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #691674

    Hello, I bought Enfold theme and I am surprised how different it is to work with from other themes I am used to. Please can you help me? I am used to change html a css of the themes – it looks I cannot do it with this one. Thank you for your advice and help in advance.

    1) How – where can I put third party codes in the theme? I am used to do it in html – easily but I cannot find it in Enfold. I mean codes as FB pixel etc.

    2) How – where can I fully translate every component of the theme? I am used to do it in html…
    https://drive.google.com/file/d/0Bzj3SqxGct4qaGNYTDcweWVPeFE/view?usp=sharing

    3) How – where can I permanently (without future problems) change all the fonts sizes in the theme? I need the fonts all bigger. Currently I use a plugin and I have to modify with css every new page separately.

    4) How can I delete arrow from the pictures. I don´t want all the pictures clickable.

    5) How can I delete date and section name from the blog (I tried everything – it still remains).
    https://drive.google.com/file/d/0Bzj3SqxGct4qQlZ4b0ZkeDJsblk/view?usp=sharing

    #692977

    Hey katek05,

    Sorry for the delay, we are happy to help you.

    1. Third party code can be added in the code block element in the advanced layout builder it will affect only the pages you add the code in. If you need your code to affect all the pages on the site please add it as a function or a filter in child theme functions.php or styles.css depending on the type of code. If it is google tracking code it can be added in Enfold > Google Services.

    2. To translate to your local language please use a plugin like https://wordpress.org/plugins/loco-translate/

    3. You can make changes to font size in Enfold > Advanced Styling or add your own custom css in Enfold > Quick CSS or to the child theme styles.css Please check this link to download child theme http://kriesi.at/documentation/enfold/using-a-child-theme/

    4. To disable the image overlay and arrow follow the steps provided in this link http://kriesi.at/documentation/enfold/disable-css-overlay-on-images/

    5. To hide the catogery and date Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .blog-categories, .slide-meta-time {
         display:none;
    }
    

    if the above code do not work please share a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.