anunaki
Forum Replies Created
-
Forum: Reviews
In reply to: [Page scroll to id] Awful!I haven’t been able to Activate it, as soon as i hit install this error comes up, i really need this function.. I am not sure what server is using my host but i think is Linux
Forum: Themes and Templates
In reply to: menu text color in X themeMy bad, you need to access these files through your FTP client, and get in the theme folder inside the installation of wordpress thats how i change the styles but you need knowledge of CSS, another way to achieve this is by the Custom CSS that X Theme have available in the Customizer. You just need to find the class of the object that you want to change here is an example of what i do to edit my themes HERE Hope this helps!
Forum: Themes and Templates
In reply to: menu text color in X themeI know its kind of tricky i see that you find out where to change the bright red color from the menu, now i see that you might be using the Integrity Stack with the Light Theme color
the style sheet of the X Theme Integrity light is in wp-content/themes/X/ framework/css/site/stacks/integrity-light.css
and you just need to find the class that you want to change, always remember to make a copy of the files that you are changing. It took me a while to find it too but after that is really easy to customize. Good Luck!
Forum: Themes and Templates
In reply to: menu text color in X themevidhyaprakash85 did you already solve this issue? because you can assign a class to your menu items at the top Menus you will see Screen Options and select CSS classes then in the integrity-light.css file you just add the color properties to each class of the menu, you can also handle the x-navbar class in the same css page and change the behavior of the whole menu…
Hope that this helps.