Forum replies created

    Roman
    Spectator
    Posts: 3147
    February 9, 2014 at 7:31 pm #9115

    sorry, but these forums are only for technical issues…those requirements are not covered in our forums….I already mentioned where to edit the text.

    In reply to Custom width
    Roman
    Spectator
    Posts: 3147
    February 9, 2014 at 12:11 pm #9111

    yes, insert in the Custom CSS field:

    Code:
    #header .alora-row, #main .alora-row, .footer-area .alora-row, #slidingbar-area .alora-row, #footer .alora-row {
    max-width: 1210px;
    }
    Roman
    Spectator
    Posts: 3147
    February 9, 2014 at 12:09 pm #9110

    this text is available in contact.php file , line #93

    Roman
    Spectator
    Posts: 3147
    February 8, 2014 at 8:46 pm #9108

    styte.css will not help you to change the text. CSS has nothing to do with the footer text….you could change it directly, or create your own functions.php and modify it per your needs in the child theme

    In reply to Bootstrap
    Roman
    Spectator
    Posts: 3147
    February 8, 2014 at 8:44 pm #9107

    it’s in index.php file line #544

    In reply to Bootstrap
    Roman
    Spectator
    Posts: 3147
    February 8, 2014 at 5:23 pm #8961

    have you inserted any widgets?

    Roman
    Spectator
    Posts: 3147
    February 8, 2014 at 4:43 pm #8964

    use this in the Custom CSS for sidebar modifications:

    Code:
    #main #sidebar
    Roman
    Spectator
    Posts: 3147
    February 8, 2014 at 4:40 pm #8963

    which theme do you mean?

    In reply to Bootstrap
    Roman
    Spectator
    Posts: 3147
    February 8, 2014 at 4:36 pm #9105

    are you using any custom sidebars? because when you add any widget to the sidebar widget area, the bootstrap example should disappear.

    Roman
    Spectator
    Posts: 3147
    February 8, 2014 at 4:31 pm #9104

    that text is in library/functions/functions.php file, line #290, so you need to copy this file in the theme child folder to overwrite the file and modify per your needs. please refer to http://codex.wordpress.org/Child_Themes , also there are plugins for child themes creation http://wordpress.org/plugins/search.php?q=child+theme