• Hi,

    I am using the MystiqueR3 – Extend 1.0 by Rajesh and Nidheeshdas.

    Mystique theme

    I have 2 issues – please be very specific, thank you

    1) I need to center my logo that says Cash Expand – it is the big image at the top of the page. I don’t know anything about child themes, I would rather there be a quicker way – I need specific instructions thanks.

    2) I am going to be using my site to sell traffic so I only want my blog posts to show up on the page that I have marked BLOG – but I still see – the comments on every page – so how do I make the blog posts show up on the blog page, and take off the comments on all the other pages.

    I went to setting – reading and put the blog posts on BLOG and posts on Post but

    I go back to pages and do not see anywhere where I can edit the HOME page, I want to use the HOME page like my index page on a normal website.

    3) What plugin can I use to change the website editor for the pages that will have all the features like a normal website wsywig editor.

    my website is

    https://cashexpandleads.com

    I am trying to make my new website above be similiar to this website which is not yet a wordpress blog https://cashexpand.com (this is an example of what I want my new blog to looklike so you will have an idea. thanks.

    Thanks,

    Rachel

Viewing 11 replies - 1 through 11 (of 11 total)
  • Rachel,
    1) Centering your logo will be done through CSS. You need to set the #site-title.img {width:800px;height:230px; margin:0 auto;}. This will center your logo.

    2) You will need to go to each individual page and uncheck the checkbox that says “Allow Comments.”

    3) This is a very vague question, but I believe you could use TinyMCE Advanced Plugin.

    Thread Starter boggerguru8

    (@boggerguru8)

    Hi

    thanks for responding, it said not to change the css, but to make a child css, I dont know where to do that,

    do i open the css, what do I look for to enter what you said for number 1

    thanks

    Rachel

    Creating a child theme in the CSS is probably best. You can find more information by googling “WordPress Child Themes” or by checking out the WordPress Codex https://codex.www.ads-software.com/Child_Themes. This, of course, assumes you have FTP or shell access to the directory. If you are trying to do this through the WordPress Admin Editor, you should probably just edit the CSS.

    Thread Starter boggerguru8

    (@boggerguru8)

    Hi

    where is the css do I put this, i have never edited it

    is there a find and replace, in other words i can look for somthing and then put in this line

    #site-title.img {width:800px;height:230px; margin:0 auto;}

    thanks

    rachel

    Thread Starter boggerguru8

    (@boggerguru8)

    hi

    if i copy and paste my css here would you put it in all caps where i change it, that would work

    Rachel

    Just tell me if you are editing the css file itself, or working through the WordPress editor. That will help.

    Thread Starter boggerguru8

    (@boggerguru8)

    Hi,

    I am going to find the CSS fille, I suppose it will be inside the mystique folder,

    open it , do a find and replace, and save it, make a back up first,

    but i dont know what i am looking for bc i have never edited a css, so i will need detailed instructions,

    if you wnat i can copy and paste the css here, but i dont know it they allow

    Okay,

    Find:
    #site-title {
    padding: 40px 0 10px 0;
    }

    and replace with:
    #site-title {
    width:800px;
    height:230px;
    margin:0 auto;
    padding: 40px 0 10px 0;
    }

    That should do it.

    Thread Starter boggerguru8

    (@boggerguru8)

    Hi,

    what you mentioned is not there, I found it , this is what I found,

    how do I change this to do whta you mentioned, thanks

    #site-title .headline{
    font-size: 120%;
    font-style: italic;
    border-left: 1px solid #ccc;
    color: #fff;
    float: left;
    padding: 10px 0 10px 20px;
    margin: 20px 0 0 20px;
    }

    Thread Starter boggerguru8

    (@boggerguru8)

    Hi,

    this is what I have – how do I change this without messing it up , i just want to center my logo on https://www.cashexpandleads.com

    thanks

    #site-title .headline{
    font-size: 120%;
    font-style: italic;
    border-left: 1px solid #ccc;
    color: #fff;
    float: left;
    padding: 10px 0 10px 20px;
    margin: 20px 0 0 20px;
    }

    Thread Starter boggerguru8

    (@boggerguru8)

    Hi,

    My question is , how do I change the below code to center my logo – you can see my logo at the top of my page at https://www.cashexpandleads.com

    please change the code, in UPPER case so I will know

    #site-title .headline{
    font-size: 120%;
    font-style: italic;
    border-left: 1px solid #ccc;
    color: #fff;
    float: left;
    padding: 10px 0 10px 20px;
    margin: 20px 0 0 20px;
    }

    thanks so much,

    one other thing

    How do I put static HTML text on the HOME page on my website blog, and I want to post on the button where it says BLOG, and a sub button POST,

    When I say button I mean I already made the pages,

    so I need to know how to

    1) paste HTML code on the home page , it is not listed in my pages area but does show up becuase posts come there,

    2) I want all posts and comments to go to the blog page, thank you

    please be very specific,

    Thanks

    Rachel

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘center logo image in mystique’ is closed to new replies.