If they’re uneditable, you probably set the URL values in wp-config.php. Check that file.
First of all thank you for the response. Secondly yes there are two line of code like define(‘WP_HOME’,’http://’ . $_SERVER[‘HTTP_HOST’] . ‘/’ );
so what should I do, should I remove them? is this thw hard coded value?
Should I have to remove the code or modify it like this and replace it with the https address?
define( ‘WP_HOME’, ‘https://example.com’ );
define( ‘WP_SITEURL’, ‘https://example.com’ );
Just remove those two lines.
Just for the more knowledge after removing these lines of code……will the address will change to https or after that I have to perform the url changing process because the whole permalink fields are filled with http?
Actually I am confused that greyed out url fields or the conflict between Urls are the same issue? will after removing the code the yrl will be updated with “https” throughout the dashbaord setting?
Once you remove those lines, the grayed out fields will be writable again.