ribo Hi Add this code in custom css
header.t4-header { margin-top: 0px; background: #14141c; }
Thank you. Can you tel me also how i change the color in links? What you see, hover and active. I changed the url in the field to check it. I didn t found to make it by my shelf.Ninja
ribo Hi You can open the template style > Theme options and there is dedicated color option for the menu. Here is full guide to use Theme options https://www.joomlart.com/documentation/t4-framework/theme-settings
ribo change the color in links?
Hi Kindly do not make bump posts, always post all details in one reply. Add this code in custom css and change the color as per needs for part u show in screenshot
a { color: #55dd77; }
I changed from there the color in link and in link hover in base but it is not change it even i hit ctrl+f5 Ninja
ribo Kindly edit fields in first post and submit temp super user log in.
I edited the fields Ninja
ribo Hi Ribo is this issue same if you use latest version of T4?
Yes, i updated the version of T4. Also i have issue with the modules. Now they disappear. Also i have issues with sidebars and i must clear cache to appear them Ninja
Now why my category blogs are broken in intro image after third article? Ninja
ribo Hi About category blog can u make a separate post with details of problem and URLs. About the Main menu items color changes not working i have shared it with dev team.
Ninja Hi Update : Kindly check it now. The link issue is fixed. the category blog area 3rd article is only 1 item in that row. If u added another it will auto adjust the width.
hi, i hit ctrl+f5 many times. Nothing changed Ninja
The link in menu is change. The link in base is not change Ninja
If you see the image, the green link is not change. Ninja
It is not changed. Ninja
ribo Hi Please add the code in custom css as it not added you can not view the changes. Clear Joomla cache and color code as per needs.
I added in first line a { color: #14141c; } nothing changed Ninja
a { color: #14141c; }
ribo Hi Kindly check if you have server side cache as there is code loading via custom css
I fixed it, i was put it in css/custom.css and not in local/css/custom.css, but what about hover? Ninja
I fixed hover with a:hover { color: #f15a22; }. Thank you Ninja
a:hover { color: #f15a22; }