Tagged: yigit
-
AuthorPosts
-
January 3, 2019 at 12:35 am #1049407
how can i disable the date in the mansory? i only want to show the title here: https://imgur.com/a/XH7Zioe Thanks for your help and all the best, Alex
January 3, 2019 at 4:37 pm #1049636Hey diefleischerei,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
/* CSS - Hide masonry date */ .av-masonry-date { display: none; }
Best regards,
VinayJanuary 3, 2019 at 9:17 pm #1049717Hey, i added the code but the date is still there: https://imgur.com/a/GM4sLhF
January 5, 2019 at 5:41 am #1050186Hi,
Please try this code instead:.av-masonry-date { display: none !important; }
Then please clear your browser cache
Best regards,
MikeJanuary 5, 2019 at 11:56 am #1050295Hey Mike. Sorry but this do not work :(
This is the code i use in my style.css file. should i add custom css in this file. style.css or should i use the new css editor from wordpress? here: https://imgur.com/a/uLFsHl1 (info box at the top). what would be the best with enfold child theme?
thanks, alex
- This reply was modified 5 years, 10 months ago by diefleischerei.
January 5, 2019 at 4:49 pm #1050345Hi,
Adding the css to the style.css above is a good place and should work good, but I believe your css/js file merging is on in your performance settings, so your merged css needs to be re-built. Please try going to Enfold Theme Options > General Styling > Quick CSS field and add a blank space in the field, then save your theme settings by clicking the big blue button “Save all changes”, then clear or purge any cache plugin, then clear your browser cache.
If this doesn’t help, please include a admin login in the private content area so we can be of more assistance.Best regards,
MikeJanuary 6, 2019 at 12:26 pm #1050551Hi Mike. the blank space in the quick css worked! can you help me also with the background color here: https://imgur.com/a/rrJe6Zd
how can i change the color here?
Thanks, Alex
January 6, 2019 at 7:46 pm #1050607Hi,
To change the color there, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:.main_color .container .av-inner-masonry-content { background-color: #e8e8e8 !important; }
Then clear your browser cache.
Each time that you add css to the style.css the merged file will need to be updated by saving the theme options.
We recommend adding your css into the Quick CSS field because when you click save it will update the merged file.
If you want to use the style.css just try the little trick each time.Best regards,
Mike -
AuthorPosts
- You must be logged in to reply to this topic.