I am new to Wordpress. I have created an account with WordPpress (but not yet purchased any plan). I have selected one theme and started editing it.
Now I want to change the background color of Menu.
I have searched and found out that you can change it through CSS.
as per this link CSS file can be found under Appearance > Editor but I am not able to find it.
I cannot event find it under Appearance > Customize > Additional CSS as I cannot see 'Additional CSS' menu
look this screen shot
your menu css is depends on which theme you are selected,
some theme provides the customization for changing the background color for menu
likewise i tried my wordpress site
Related
I am working on a website that uses a Divi child theme.
There are styles that change the colors of the buttons.
I need to find and change them.
I don't see where they are in the inspect.
And I can found them in the theme editor style.css
enter image description here
In DIVI Theme buttons have his own settings and from there you can manage that CSS for that particular button like: https://prnt.sc/1rp0x71
Please check hope this will help to you for edits button styles
I have my customize menu based on bootstrap4 which is working well on mobile and desktop. In my website, i am using twenty-seventeen themes. i want to replace default menu with my customize menu. i read lot of articles but nothing find suitable.
The issues is i have some user defined classes which is i am using with my dropdown menu and others js file as well. i can enqueue them into functions.php. and i'll upload wp-bootsrap-walker into my theme as well. but in the portion inside nav , where i need to add php code in place of my code. it'll change all the styles which is defined for user defined classes. Thanks , expecting a brief solutions.
you must add the navwalker to your theme
Just read the below og google "navwalker and wordpress"
https://napitwptech.com/tutorial/wordpress-development/integrate-bootstrap-navwalker-wordpress-theme/
I installed a new theme in WordPress and I found the navigation/menu for this theme in mobile view is Icons Menu not horizontal menu as in normal browsers view
Check this picture:
http://oi58.tinypic.com/2q3xaw0.jpg
Which part in the theme files is responsible for this issue?
CSS? or any other php file?
In Chrome right click the menu bar and select "Inspect Element".
Now you can inspect the elements on the page and see what ID or Class they have.
Search the Theme folder for a file called custom.css, here you can add new css styles that will override the old ones. Now you can redesign the menu bar as you like.
Or,
There may be a menu setting in the wp-admin backend of wordpress. Check the wordpress sidebar on the left for a new item named 'your theme' and search the options for menu settings, you may be able to check a button to change it there.
I'm new to building websites.
I'm currently using Headway drag and drop Wordpress builder.
I've added Testimonial Widget by Aihrus plugin for testimonials, and I've added it to a widget box.
Problem is that I want to add custom CSS to it that I've seen on this site that is built for it, but the Headway theme doesn't allow you to go in and edit the theme. I've tried adding it to the block inside of the theme but it didn't work. I ended up going into the plugin and adding it to the CSS of the plugin, and it now half works.
Could someone please tell me what I'm doing wrong?
My site is rainorshinedogwalking.com
You can edit your live CSS here:
http://docs.headwaythemes.com/customer/portal/articles/1067360-editing-css-directly
What you type gets minified and added to your site's dynamic CSS file on page load.
All you have to is go through design editor click on the element you want to edit then right click. A pop up box should come up and it say edit element choose that then you will see something like that click it and add our own css
I have installed the MediaFlux theme from Mojo-Themes on my website at www.sjsueconomics.org. Here are my questions:
As you can see on the website, the blue menu at the very top of the page currently displays Page Titles. I want to display External Links there instead. How do I modify the code to do it?
The main menu (red text below the logo) currently displays Categories. Without changing the style or appearance, I want to display the Page Titles instead. How do I do it?
Thanks in advance!
The company you paid for the theme provides support, not a community which has no access to this product.
http://wordpress.stackexchange.com ; customizing a paid theme while providing no code (and having no right to provide any code) is not an appropriate subject for a StackOverflow question
if the theme supports custom menus, there ought to be a Menus page in the admin, under Appearances probably, or perhaps Settings. Go there, then create a menu with the pages or categories you want, then tell the theme to use the menu you created instead of the default. If the theme doesn't have such a feature, you'll need a programmer.